Escape ! in front of a link mark, fixes #73 #74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/escape-exclam-links"
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?
Ensure
!character is escaped if used in front of a link mark to prevent misinterpreting it as a image node.So this will resolve #73.
Also added a test for this behavior and did some minor test
cleanup (unify indention).
Not sure if this is the cleanest solution but it works.
@marijnh what do you think about this? Do you think it can be merged?
I've pushed a somewhat different patch
github.com/ProseMirror/prosemirror-markdown@395c6b7f8cPull request closed