diff options
| author | Mauro Bieg <mb21@users.noreply.github.com> | 2018-08-30 21:16:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-30 21:16:30 +0200 |
| commit | d63202c2f40123acf0a8f0242b53eeffd11c51e2 (patch) | |
| tree | d5fb80cbd50766b60587a24ed19ddf1dbb05b18e | |
| parent | cc8e115b7245361d024377ef9a068d612ad29643 (diff) | |
| download | pandoc-d63202c2f40123acf0a8f0242b53eeffd11c51e2.tar.gz | |
MANUAL: remove docs on removed --katex-stylesheet
closes #4862
| -rw-r--r-- | MANUAL.txt | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 0fb959fad..15b1288c2 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1211,14 +1211,9 @@ of the following options. `--katex`[`=`*URL*] : Use [KaTeX] to display embedded TeX math in HTML output. - 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. - -`--katex-stylesheet=`*URL* - -: The *URL* should point to the `katex.css` stylesheet. If this option is - not specified, a link to the KaTeX CDN will be inserted. Note that this - option does not imply `--katex`. + The *URL* is the base URL for the KaTeX library. That directory + should contain a `katex.min.js` and a `katex.min.css` file. + If a *URL* is not provided, a link to the KaTeX CDN will be inserted. `--gladtex` |
