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.
* **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.
* **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.