Is there a way to use the [mhchem](https://github.com/KaTeX/KaTeX/tree/main/contrib/mhchem) extension listed in the [KaTeX docs](https://katex.org/docs/libs)? I'm using `zero-md` in my Anki template: ```html <script type="module" src="https://cdn.jsdelivr.net/npm/zero-md@3?register"></script> <zero-md> <script type="text/markdown">{{Front}}</script> </zero-md> ``` Thanks!
Is there a way to use the mhchem extension listed in the KaTeX docs? I'm using
zero-mdin my Anki template:Thanks!