1
0
Fork 0

links to KaTeX and benchmark

This commit is contained in:
Waylon Flinn 2016-03-11 08:33:17 -06:00
parent e4889ec726
commit a42f77c713
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
Add Math to your Markdown
KaTeX is fast. This plugin makes it easy to support it in your markdown.
[KaTeX](https://github.com/Khan/KaTeX) is a faster alternative to MathJax. This plugin makes it easy to support in your markdown.
Need convincing? Check out the comparative benchmark: [KaTeX vs MathJax](https://jsperf.com/katex-vs-mathjax/42)
## Usage

View file

@ -1,6 +1,6 @@
{
"name": "markdown-it-katex",
"version": "1.0.3",
"version": "1.0.4",
"description": "Easy KaTeX support for markdown-it ",
"main": "index.js",
"scripts": {