hexojs / hexojs/hexo-renderer-markdown-it
hexo-renderer-markdown-it can't render Multi-line LaTex Equation properly
- Dominant language
- JavaScript
- Stars
- 369
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
"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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.