From c462c97451fb919c864c22aaca9d0e1d45040074 Mon Sep 17 00:00:00 2001 From: Waylon Flinn Date: Fri, 11 Mar 2016 08:38:46 -0600 Subject: [PATCH] update KaTeX stylesheet reference --- README.md | 2 +- index.html | 16 +++++++++++++--- package.json | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 159fc0f..268a359 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ md.use(mk); Include the KaTeX stylesheet in your html: ```html - + ``` If you're using the default markdown-it parser, I also recommend the github stylesheet: diff --git a/index.html b/index.html index a8a3575..5c30123 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - - + + - +
diff --git a/package.json b/package.json index 8729be7..8b76f31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-katex", - "version": "1.0.4", + "version": "1.0.5", "description": "Easy KaTeX support for markdown-it ", "main": "index.js", "scripts": {