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
When the delimiters setting is set to kramdown, an inline formula would be incorrectly treated as a display formula if it appears at the beginning of an HTML element. Any text that follows the problematic formula is discarded.
Expected behaviour
Actual behaviour
Steps to reproduce
Install the "Markdown+Math" extension;
The issue appears no matter whether the built-in LaTeX support of VSCode is enabled or not;
Set "mdmath.delimiters": "kramdown";
Issue can be reproduced with the code example below.
Code example
$$E = m c^2$$ Einstein
Listing example:
*$$p = m v$$ momentum
*$$F = m a$$ force
Summary
When the
delimiters
setting is set tokramdown
, an inline formula would be incorrectly treated as a display formula if it appears at the beginning of an HTML element. Any text that follows the problematic formula is discarded.Expected behaviour
Actual behaviour
Steps to reproduce
"mdmath.delimiters": "kramdown"
;Code example
Related links
Environment
The text was updated successfully, but these errors were encountered: