diff --git a/README.md b/README.md index e39696a4..04f817f5 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 8c4135d5..908250f6 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/contrib/copy-tex/README.md b/contrib/copy-tex/README.md index 18d61c4e..fbc06ea7 100644 --- a/contrib/copy-tex/README.md +++ b/contrib/copy-tex/README.md @@ -21,8 +21,8 @@ provided by this extension). Without this CSS, partially selected equations will just get the usual HTML copy/paste behavior. ```html - - + + ``` See [index.html](index.html) for an example. diff --git a/contrib/mathtex-script-type/README.md b/contrib/mathtex-script-type/README.md index eae0544e..41adc3ee 100644 --- a/contrib/mathtex-script-type/README.md +++ b/contrib/mathtex-script-type/README.md @@ -12,7 +12,7 @@ Load the extension by adding the following line to your HTML file. This extension should be loaded *after* all `script type=math/tex` blocks that you want to render. ```html - + ``` Note that if the URL above contains `...` in-place of a version string, then this script has not yet been deployed to the CDN. @@ -25,12 +25,12 @@ After we're done writing `math/tex` scripts, we load this extension. ```html - - + + - + ``` diff --git a/package.json b/package.json index 54078d65..88ed99b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "katex", - "version": "0.8.4-pre", + "version": "0.10.0-pre", "description": "Fast math typesetting for the web.", "main": "dist/katex.js", "repository": {