Renders Github equations with MathJax 3
This plugin renders LaTeX equations on any page on Github using the wonderful MathJax library, version 3.0.
the only thing you need to do to get this working in Markdown files on Github is to either use:
- `$a = b$` or `$$a = b$$` format, or
- escape your backslash, like `\\(a = bc\\)` or `\\[a = bc\\]`
You don't need to escape markdown in your code comments. They'll render just fine.
Latest reviews
- (2021-06-09) 刘欢: github上可以正常显式
- (2020-12-21) 潘高翔: 还是不能渲染多行公式
- (2020-11-24) Raffi Khatchadourian: The old extension broke. This one makes it work again. I can now properly display TeX on my GitHub pages.
- (2020-11-13) 王晨: 很好。github md 公式终于正常显示了