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

Closed
aguingand wants to merge 1 commit from patch-1 into master
aguingand commented 2024-04-06 12:41:55 +02:00 (Migrated from github.com)

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.

As per [CommonMark spec](https://spec.commonmark.org/0.31.2/#bullet-list-marker), "+" 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 2024-04-06 15:27:59 +02:00 (Migrated from github.com)

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

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

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-markdown!119
No description provided.