diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-12-07 09:05:07 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-07 09:05:07 -0800 |
commit | 6bb552c589faf7ba4888f73227710defee5673d7 (patch) | |
tree | 5b42c867696c8ef05735a8b58ae042c46768a4e0 | |
parent | d51b64f0e1a8af62017f2df4baf827edc48bf018 (diff) | |
download | pandoc-6bb552c589faf7ba4888f73227710defee5673d7.tar.gz |
Document display math syntax in manual.
-rw-r--r-- | MANUAL.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index f32fe427d..1434c288b 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4135,6 +4135,9 @@ left, and must not be followed immediately by a digit. Thus, you need to enclose text in literal `$` characters, backslash-escape them and they won't be treated as math delimiters. +For display math, use `$$` delimiters. (In this case, the delimiters +may be separated from the formula by whitespace.) + TeX math will be printed in all output formats. How it is rendered depends on the output format: |