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
After some searching, I found MathJax is the most powerful mathematical notation renderer, so I found "hexo-renderer-kramed": "^0.1.4".
I uninstall hexo-renderer-markdown-it and install hexo-renderer-kramed, Multi-line LaTex Equation display perfectly, but while installing hexo-renderer-markdown-it and hexo-renderer-kramed together, multi-line LaTex Equation can't display.
I guess hexo-renderer-markdown-it render LaTex conflicted with hexo-renderer-kramed.
So how to disable default mathematical notation renderer in hexo-renderer-markdown-it and support MathJax.
The text was updated successfully, but these errors were encountered:
"hexo-renderer-markdown-it": "^3.4.1" can't render Multi-line LaTex Equation properly.
After some searching, I found MathJax is the most powerful mathematical notation renderer, so I found "hexo-renderer-kramed": "^0.1.4".
I uninstall
hexo-renderer-markdown-it
and installhexo-renderer-kramed
, Multi-line LaTex Equation display perfectly, but while installinghexo-renderer-markdown-it
andhexo-renderer-kramed
together, multi-line LaTex Equation can't display.I guess hexo-renderer-markdown-it render LaTex conflicted with hexo-renderer-kramed.
So how to disable default mathematical notation renderer in hexo-renderer-markdown-it and support MathJax.
The text was updated successfully, but these errors were encountered: