Home

Awesome

Anki-KaTeX-Markdown

Creates a new Basic and a new Cloze Note Type that support Markdown and KaTeX

Features

<ul> <li><a href="https://www.intmath.com/cg5/katex-mathjax-comparison.php" rel="nofollow">KaTeX is considered way faster than MathJax</a></li> <li>Works on any device as long as there is internet connection</li> <li><a href="https://markdown-it.github.io/" rel="nofollow">Markdown is a great all in one solution for Anki cards</a></li> <li>Access KaTeX by <code>$...$</code> for inline math or <code>$$...$$</code> for displaystyle math, a list of supported functions can be found <a href="https://katex.org/docs/supported.html" rel="nofollow">here</a> </li> <li>MathJax can also be accessed via <code>\[ ... \]</code> and <code>\(...\)</code></li> </ul>

Used Libraries

<a href="https://github.com/markdown-it/markdown-it">Markdown-It</a>
<a href="https://github.com/KaTeX/KaTeX">KaTeX</a>

Installation