marp-team / marp-core

The core of Marp converter
MIT License
766 stars 129 forks source link

Change the default math library from `katex` to `mathjax` #271

Closed yhatt closed 2 years ago

yhatt commented 2 years ago

To avoid troubled KaTeX rendering (#159 and #236), Marp Core v3 will change the default math typesetting library to MathJax.

If you have the slide that is using KaTeX, you can keep using KaTeX by setting math global directive as katex,

---
math: katex
---