Escape "+" character at the start of text line (bullet list marker) #119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
The RE seems to already handle de "+" so this PR is not relevant. I'll investigate furthermore on my side
Pull request closed