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
Unfortunately not for now. Quarto uses a version of markdown by pandoc, but the grammar for the parser is only written for more basic markdown.
That being said this particular feature might be easier to add than other pandoc specific markdown features.
The developers of the markdown teesitter grammar already added some small things that are technically outside of the basic markdown scope, but helped us with this version of markdown, so maybe a PR can be made that would make this possible.
Hello
First of all, I think this project is amazing. Thank you for making it.
I was just wondering if there was a way to configure the syntax highlighting for when a code chunk has an = sign before it.
Example:
```{latex}
```
that highlights latex syntax well
```{=latex}
```
does not
But I need to write in =latex for the latex code to render properly ( and not show up as a literal code chunk.
Thank you, and sorry if this is obvious
The text was updated successfully, but these errors were encountered: