Fix invalid UTF-8 in mhchem/README.md (#1833)

* Fix invalid UTF-8 in mhchem/README.md

* Fix apostrophes in README.md
This commit is contained in:
varkor
2019-01-13 16:21:50 +00:00
committed by Erik Demaine
parent 4847e40ab6
commit 062a28f35a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web. KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
* **Fast:** KaTeX renders its math synchronously and doesn't need to reflow the page. See how it compares to a competitor in [this speed test](http://www.intmath.com/cg5/katex-mathjax-comparison.php). * **Fast:** KaTeX renders its math synchronously and doesn't need to reflow the page. See how it compares to a competitor in [this speed test](http://www.intmath.com/cg5/katex-mathjax-comparison.php).
* **Print quality:** KaTeXs layout is based on Donald Knuths TeX, the gold standard for math typesetting. * **Print quality:** KaTeX's layout is based on Donald Knuth's TeX, the gold standard for math typesetting.
* **Self contained:** KaTeX has no dependencies and can easily be bundled with your website resources. * **Self contained:** KaTeX has no dependencies and can easily be bundled with your website resources.
* **Server side rendering:** KaTeX produces the same output regardless of browser or environment, so you can pre-render expressions using Node.js and send them as plain HTML. * **Server side rendering:** KaTeX produces the same output regardless of browser or environment, so you can pre-render expressions using Node.js and send them as plain HTML.

View File

@@ -4,7 +4,7 @@ This extension adds to KaTeX the `\ce` and `\pu` functions from the [mhchem](htt
### Usage ### Usage
This extension isn't part of core KaTeX, so the script should be separately included. Write the following line into the HTML page<EFBFBD>s `<head>`. Place it *after* the line that calls `katex.js`. This extension isn't part of core KaTeX, so the script should be separately included. Write the following line into the HTML page's `<head>`. Place it *after* the line that calls `katex.js`.
```html ```html
<script src="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/contrib/mhchem.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/contrib/mhchem.min.js"></script>