Closed lensbart closed 4 years ago
Did you try rendering it with the same option directly with katex? Maybe it's a katex issue
Chrome doesn't support MathML.
If you need to render the required math expression than you can remove the output
property because it renders with the option htmlAndMathml
by default (see docs for katex).
Hello,
Thanks for making this package. I ran into a couple of issues when trying to render a simple formula:
block
andsettings.displayMode
)htmlAndMathml
, just like KaTeX, but this does not correspond with the live examples (maybe because another version is used under the hood?)Any help would be greatly appreciated!