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
fix(markdown) strong/emphasis requires whitespace after (#3520)
* Don't let newlines exist in bold+italic for now
Let's fix the immediate false positives by disallowing newlines inside of bolds and italics. And in the future, come up with a more robust expression that matches the markdown spec and can handle newlines (or whatever new APIs that may be added).
Co-authored-by: Vladimir Jimenez <[email protected]>
0 commit comments