ProseMirror / prosemirror-markdown

ProseMirror Markdown integration
https://prosemirror.net
MIT License
344 stars 81 forks source link

Escape "+" character at the start of text line (bullet list marker) #119

Closed aguingand closed 7 months ago

aguingand commented 7 months ago

As per CommonMark spec, "+" is considered as a bullet list marker thus sould be escaped at the start of line.

This have been detected in https://github.com/aguingand/tiptap-markdown/issues/65.

aguingand commented 7 months ago

The RE seems to already handle de "+" so this PR is not relevant. I'll investigate furthermore on my side