Don' escape +++ at the start of a line when serializing #113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Some markdown renderers use these sequences for custom elements, for example retype tabs
Multiple
+should be safe in commonmarkI can open a PR if you agree
Sure, a PR that makes the escaping of
+list markers happen only when they are followed by a space would work for me.