throwOnError documentation bug fix (#1308)

3613885da1 (r28950405)
This commit is contained in:
Erik Demaine
2018-05-12 22:31:21 -04:00
committed by GitHub
parent 74422e1462
commit bb1dc0c431

View File

@@ -63,7 +63,7 @@ In particular, you should convert `&`, `<`, `>` characters to
before including either LaTeX source code or exception messages in your
HTML/DOM. (Failure to escape in this way makes a `<script>` injection
attack possible if your LaTeX source is untrusted.)
Alternatively, you can set `throwOnError` to `true` to use built-in behavior
Alternatively, you can set `throwOnError` to `false` to use built-in behavior
of rendering the LaTeX source code with hover text stating the error.
#### Rendering options