From a42f77c713707205796874d8cae407bb9e1be988 Mon Sep 17 00:00:00 2001 From: Waylon Flinn Date: Fri, 11 Mar 2016 08:33:17 -0600 Subject: [PATCH] links to KaTeX and benchmark --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43dc9f2..159fc0f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 9f8c9cf..8729be7 100644 --- a/package.json +++ b/package.json @@ -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": {