diff --git a/README.md b/README.md index a3396c1b..7084c6fd 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,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 d059c594..a3730cfd 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 aa2175a1..f7a07408 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 ae5fa96e..8f0904ec 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
- - + + - + ```