diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-08-20 22:47:12 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-08-20 22:47:12 +0200 |
commit | f59dfb8d17a8b50bbd14184edb7476130f83d3be (patch) | |
tree | 1dfd1b860c15bef2bb0349280af265f768f6bb58 | |
parent | 84a99af24ed643dd6c9922317e3ec11f8c57a631 (diff) | |
download | pandoc-f59dfb8d17a8b50bbd14184edb7476130f83d3be.tar.gz |
Note in MANUAL that `--katex` works best with `html5`.
Closes #3077.
-rw-r--r-- | MANUAL.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 21c777bdf..96d136d19 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -960,6 +960,7 @@ Math rendering in HTML : Use [KaTeX] to display embedded TeX math in HTML output. The *URL* should point to the `katex.js` load script. If a *URL* is not provided, a link to the KaTeX CDN will be inserted. + Note: [KaTeX] seems to work best with `html5` output. `--katex-stylesheet=`*URL* |