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
Specifying "mdmath.delimiters": "gitlab", in settings.json and then blocking code out with ```math ... ```` delimiters would render LaTeX blocks as math in markdown preview.
Actual behavior
LaTeX blocks render as code blocks in markdown preview.
Steps to reproduce
Set "mdmath.delimiters": "gitlab", in settings.json
Write some LaTeX code in a ```math ... ```` block
Preview markdown code with Markdown All In One Plugin (I think, unless it's using the native markdown preview support in vscode).
Summary
gitlab
Delimiters no longer workingExpected behavior
Specifying
"mdmath.delimiters": "gitlab",
insettings.json
and then blocking code out with ```math ... ```` delimiters would render LaTeX blocks as math in markdown preview.Actual behavior
LaTeX blocks render as code blocks in markdown preview.
Steps to reproduce
"mdmath.delimiters": "gitlab",
insettings.json
Code example
The text was updated successfully, but these errors were encountered: