markdown2html-converter
markdown2html-converter copied to clipboard
backtick is interpreted as code instead of asciimath
In mathjax when you write:
`sqrt3+pi`
it would convert to this text as asciimath. but rather i don't know why, but it converts into
<code>sqrt3+pi</code>
please fix this bug. I want to interpret asciimath as it is.
It's not a bug.
See https://www.markdownguide.org/basic-syntax/.
And I think the tex-mml-chtml configuration file doesn't support asciimath. I'm not sure but the document says it loads the input/tex and input/mml components. input/asciimath is not included.
asciimath is built in to mathjax. and it must be configured for asciimath
This project uses tex-mml-chtml.