goessner / markdown-it-texmath

Support TeX math equations with your Markdown documents.
MIT License
161 stars 29 forks source link

gitlab math editing #30

Closed ansar-sa closed 3 years ago

ansar-sa commented 3 years ago

I have a number of files in gitlab which uses:

```math
a^2+b^2=c^2```

How do I tell vscode goessner.mdmath to preview these sections as math please?

Can you please show me an example to set:

"mdmath.macros": {
??
}
ansar-sa commented 3 years ago

Just set:

"mdmath.delimiters": "gitlab"