Open rasmus-kirk opened 3 years ago
When you write a latex equation in markdown enclosed in dollar signs, it should highlight that equation and treat it as latex code. Example:
$$4x + 3x^2$$
Should ideally be highlighted identically to:
```latex $$4x + 3x^2$$
I doubt this would be useful. There are not many syntax elements to highlight in LaTeX equations except macro names.
When you write a latex equation in markdown enclosed in dollar signs, it should highlight that equation and treat it as latex code. Example:
Should ideally be highlighted identically to: