Hi,
i like to use MkDocs to create static sites from Markdown documentation.
When used with katex the syntax is:
```math
... latex code ...
```
Since it isn't very straightforward replacing '$$' with ```math and ``` per math block this would be a great feature for better compatibility with the katex-mkdocs implementation.
Is this hard to implement? Maybe someone could point me in the right direction..
Thanks in advance.
Matt