Add documentation for how to run auto-render example (#740)

This commit is contained in:
Erik Demaine
2017-06-25 14:47:46 -07:00
committed by Kevin Barabash
parent 29fc2d56d4
commit a36709d239
2 changed files with 8 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ before the close body tag:
```
See [index.html](index.html) for an example.
(To run this example from a clone of the repository, run `make serve`
in the root KaTeX directory, and then visit
http://0.0.0.0:7936/contrib/auto-render/index.html
with your web browser.)
If you prefer to have all your setup inside the html `<head>`,
you can use the following script there

View File

@@ -1,4 +1,8 @@
<!DOCTYPE html>
<!--To run this example from a clone of the repository, run `make serve`
in the root KaTeX directory and then visit with your web browser:
http://0.0.0.0:7936/contrib/auto-render/index.html
-->
<html>
<head>
<meta charset="UTF-8">