You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I switched to MathJax, the result has not changed. I use <p> to surround $$...$$ in source code to solve this problem. But it is not portable and redundant. Is there any other easy way to fix it?
Of course there are other issues, such as having to use \\\\ instead of \\ to break line, but they are easy to handle
The text was updated successfully, but these errors were encountered:
Wrapping the math equations with HTML tags seems to work only for block equations. For inline equations, this method doesn't work. If you write a*b*c, you can insert a space after * to render correctly such as a* b*c or a * b * c. Using HTML tag is ineffective.
Question
I use Katex to render Mathematical formula
It can't be displayed correctly. In fact, it is converted to the following HTML
_
was incorrectly converted to<em>
Then I switched to MathJax, the result has not changed. I use
<p>
to surround$$...$$
in source code to solve this problem. But it is not portable and redundant. Is there any other easy way to fix it?Of course there are other issues, such as having to use
\\\\
instead of\\
to break line, but they are easy to handleThe text was updated successfully, but these errors were encountered: