From 0c064dd37c53ed41379ce3cd8bf5a7f5470a8fd4 Mon Sep 17 00:00:00 2001 From: Abreto Fu <m@abreto.net> Date: Mon, 25 Nov 2019 21:18:09 +0800 Subject: [PATCH] Use KaTeX 0.11.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b13ee4..6d76750 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ var result = md.render('# Math Rulez! \n $\\sqrt{3x-1}+(1+x)^2$'); Include the KaTeX stylesheet in your html: ```html -<link rel="stylesheet" href="https://cdn.bootcss.com/KaTeX/0.10.2/katex.min.css"> +<link rel="stylesheet" href="https://cdn.bootcss.com/KaTeX/0.11.1/katex.min.css"> ``` If you're using the default markdown-it parser, I also recommend the [github stylesheet](https://github.com/sindresorhus/github-markdown-css): -- GitLab