You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a link inside of a bold string gets messed up when you toggle between Markdown mode and WYSIWYM mode. It seems to only happen when the bold string ends with the link (the ending parentheses followed by a double asterisks).
Example:
Some **bold text wrapping [a link](/test)**
Changes to
Some **bold text wrapping [a link**](/test)
Which then changes to
\*\*Some bold text wrapping [a link\*\*](/test)
I don't believe this conforms to the CommonMark Spec (see Example 390)
Creating a link inside of a bold string gets messed up when you toggle between Markdown mode and WYSIWYM mode. It seems to only happen when the bold string ends with the link (the ending parentheses followed by a double asterisks).
Example:
Changes to
Which then changes to
I don't believe this conforms to the CommonMark Spec (see Example 390)
Tested on http://prosemirror.net/demo/markdown.html in Chrome 49.
cc #19
The text was updated successfully, but these errors were encountered: