summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-05 10:08:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-05 10:08:04 -0700
commit23eaf2a74f686f0af95544047020bff5fcb6ab4f (patch)
tree5914684b831ee08d338edb79adbac83d074c1541 /MANUAL.txt
parent12f8efe0128ade1bd6497a59508f6bd836eb3788 (diff)
KaTeX fixes:
* In Options.HTMLMathMethod, the KaTeX contsructor now takes only one string (for the KaTeX base URL), rather than two [API change]. * The default URL has been updated to the latest version. * The autoload script is now loaded by default.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index d3364ca26..ebf235896 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1116,7 +1116,7 @@ Math rendering in HTML
`--katex`[`=`*URL*]
: Use [KaTeX] to display embedded TeX math in HTML output.
- The *URL* should point to the `katex.js` load script. If a *URL* is
+ The *URL* is the base URL for the KaTeX library. If a *URL* is
not provided, a link to the KaTeX CDN will be inserted.
Note: [KaTeX] seems to work best with `html5` output.