Currently, inline math formulas are rendered \\( and \\), which is not the most standard and widely adopted way.
The favored one would be quoted with two $.
However, KaTex, the math formula renderer, does not handle \$ well when content does not want to render a math formula.
Some more relevant docs:
This could be solved after KaTeX/KaTeX#437 is closed.
Currently, inline math formulas are rendered
\\(and\\), which is not the most standard and widely adopted way.The favored one would be quoted with two
$.However, KaTex, the math formula renderer, does not handle
\$well when content does not want to render a math formula.Some more relevant docs:
This could be solved after KaTeX/KaTeX#437 is closed.