diff --git a/README.md b/README.md index 22557aea..6ffedb89 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://travis-ci.org/Khan/KaTeX) [](https://codecov.io/gh/Khan/KaTeX) [](https://gitter.im/Khan/KaTeX?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://greenkeeper.io/) - + KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web. @@ -18,8 +18,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 29807db3..13798bf5 100644 --- a/contrib/auto-render/README.md +++ b/contrib/auto-render/README.md @@ -11,9 +11,9 @@ This extension isn't part of KaTeX proper, so the script needs to be included using a CDN: ```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 3f6ce9fa..e5234439 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 682cb234..12449ee4 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
- - + + - + ```