Don' escape +++ at the start of a line when serializing #113

Closed
opened 2023-11-03 17:53:38 +01:00 by remorses · 1 comment
remorses commented 2023-11-03 17:53:38 +01:00 (Migrated from github.com)

Some markdown renderers use these sequences for custom elements, for example retype tabs

Multiple + should be safe in commonmark

I can open a PR if you agree

Some markdown renderers use these sequences for custom elements, for example [retype tabs](https://retype.com/guides/formatting/#tab) Multiple `+` should be safe in commonmark I can open a PR if you agree
marijnh commented 2023-11-04 16:28:19 +01:00 (Migrated from github.com)

Sure, a PR that makes the escaping of + list markers happen only when they are followed by a space would work for me.

Sure, a PR that makes the escaping of `+` list markers happen only when they are followed by a space would work for me.
Sign in to join this conversation.
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#113
No description provided.