summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-06 11:08:31 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-06 11:08:52 +0200
commitd8600d6627f17a7ffe7ecee86450a5a416a85a9c (patch)
treeb37db6bc19f6be13d1eb486ca796a0c790a0151b /MANUAL.txt
parent66133591825c91f4eceeb65c4c59274d39e0ecfc (diff)
Added a small clarification on --webtex with Markdown output.
Thanks to @ickc.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index f0743ebcd..07e136d07 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -964,7 +964,8 @@ Math rendering in HTML
formulas to images. The formula will be concatenated with the URL
provided. If *URL* is not specified, the CodeCogs will be used.
Note: the `--webtex` option will affect Markdown output
- as well as HTML.
+ as well as HTML, which is useful if you're targeting a
+ version of Markdown without native math support.
`--katex`[`=`*URL*]