hexo-renderer-markdown-it icon indicating copy to clipboard operation
hexo-renderer-markdown-it copied to clipboard

hexo-renderer-markdown-it can't render Multi-line LaTex Equation properly

Open fuhailin opened this issue 6 years ago • 2 comments

"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 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.

fuhailin avatar Jan 08 '19 12:01 fuhailin

You only need to choose one between hexo-renderer-markdown-it and hexo-renderer-kramed. They are both markdown renderers.

stevenjoezhang avatar Apr 10 '20 09:04 stevenjoezhang

@fuhailin I also have this problem, Need to use four backslashes to escape newlines. You can try markdown-it-latex2img

MakerGYT avatar Jun 13 '20 11:06 MakerGYT