Clarify tex_math_dollars
extension.
Note that no blank lines are allowed between the delimiters in display math.
This commit is contained in:
parent
b2b32d9bb2
commit
5eedbb6e8e
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue