diff options
author | Andrew Dunning <adunning@users.noreply.github.com> | 2015-11-14 20:22:55 -0500 |
---|---|---|
committer | Andrew Dunning <adunning@users.noreply.github.com> | 2015-11-14 20:22:55 -0500 |
commit | 3026c8dc25fbe18a4ab42d8ae27800c22a34aa12 (patch) | |
tree | 67dad2f8ee5ba7a0171927de758eef2e1a5c88bd /README | |
parent | 420c86b69a5491dfa1c775d8274685efc49a17e3 (diff) | |
download | pandoc-3026c8dc25fbe18a4ab42d8ae27800c22a34aa12.tar.gz |
Fix math cross-reference.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ on systems where LaTeX or ConTeXt is installed. Pandoc's enhanced version of Markdown includes syntax for [footnotes], [tables], flexible [ordered lists], [definition lists], [fenced code blocks], [superscripts and subscripts], [strikeout], [metadata blocks], automatic tables of -contents, [embedded LaTeX math][Math rendering in HTML], [citations], and [Markdown inside HTML block +contents, embedded LaTeX [math], [citations], and [Markdown inside HTML block elements][Extension: `markdown_in_html_blocks`]. (These enhancements, described below under [Pandoc's Markdown], can be disabled using the `markdown_strict` input or output format.) |