mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 23:45:48 +00:00
Clarify tex_math_dollars extension.
Note that no blank lines are allowed between the delimiters in display math.
This commit is contained in:
+2
-1
@@ -4360,7 +4360,8 @@ 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.)
|
||||
may be separated from the formula by whitespace. However, there can be
|
||||
no blank lines betwen the opening and closing `$$` delimiters.)
|
||||
|
||||
TeX math will be printed in all output formats. How it is rendered
|
||||
depends on the output format:
|
||||
|
||||
Reference in New Issue
Block a user