Adding ```math as Alternative Latex Block

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

This won't be possible. math is already used for the mathjs plugin.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.