Closed nismangulov closed 3 years ago
I've moved this to prosemirror-markdown, as it looks like a serialization/deserialization issue, most likely around escaping. I'm unlikely to make time to work on this, but maybe someone else will take a look.
Fixed this bug.
Tokenizer markdown-it
separates escaped bullet lists with soft_break
node, which is not supported in the default configuration. Adding it to the config fixed the issue.
I think that I can close the issue now.
Issue details
Editor removes line breaks when line starts with \ (backslash)
Steps to reproduce
\
ProseMirror version
ProseMirror example at http://prosemirror.net/examples/markdown/ (as of 27th July 2020)
Affected platforms
Screenshots / Screencast (Optional)