From 107d5284b5a7020982da06eb2a95d90145e3cfc5 Mon Sep 17 00:00:00 2001 From: Kevin Barabash Date: Fri, 11 Aug 2017 20:00:34 -0400 Subject: [PATCH] Bump master to v0.9.0-pre --- README.md | 4 ++-- contrib/auto-render/README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e7bf3a4..3f67b2bc 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, Edg You can [download KaTeX](https://github.com/khan/katex/releases) and host it on your server or include the `katex.min.js` and `katex.min.css` files on your page directly from a CDN: ```html - - + + ``` #### In-browser rendering diff --git a/contrib/auto-render/README.md b/contrib/auto-render/README.md index 94f13f41..31748199 100644 --- a/contrib/auto-render/README.md +++ b/contrib/auto-render/README.md @@ -10,7 +10,7 @@ This extension isn't part of KaTeX proper, so the script should be separately included in the page: ```html - + ``` Then, call the exposed `renderMathInElement` function in a script tag diff --git a/package.json b/package.json index cabc1c27..b78c524a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "katex", - "version": "0.8.0-pre", + "version": "0.9.0-pre", "description": "Fast math typesetting for the web.", "main": "katex.js", "repository": {