diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-06-24 14:46:47 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-06-24 14:57:21 -0700 |
commit | a4294800bfe91976697239ff15c1f87f518df6e8 (patch) | |
tree | f3ca7ecb34cfe2841ca96b6977a5f295af9cccfc /README | |
parent | 5bdf2171351472a4e5804607ee86c1c28268b148 (diff) | |
download | pandoc-a4294800bfe91976697239ff15c1f87f518df6e8.tar.gz |
Make --webtex work with the Markdown writer.
Closes #1177. This is a convenient option for people using
websites whose Markdown flavors don't provide for math.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -949,6 +949,8 @@ Math rendering in HTML : Render TeX formulas using an external script that converts TeX formulas to images. The formula will be concatenated with the URL provided. If *URL* is not specified, the Google Chart API will be used. + Note: the `--webtex` option will affect Markdown output + as well as HTML. `--katex`[`=`*URL*] |