links to KaTeX and benchmark
This commit is contained in:
parent
e4889ec726
commit
a42f77c713
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Reference in a new issue