Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c88b341

Browse files
committed
Merge pull request #6736 from nathanmusoke/patch-1
doc: fix unescaped backslash
1 parent be2c5fd commit c88b341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/mathtext.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ produces ":math:`\alpha > \beta`".
4949
single dollar sign is present in the entire string, it will be
5050
displayed verbatim as a dollar sign. This is a small change from
5151
regular TeX, where the dollar sign in non-math text would have to
52-
be escaped ('\$').
52+
be escaped ('\\\$').
5353

5454
.. note::
5555
While the syntax inside the pair of dollar signs ($) aims to be

0 commit comments

Comments
 (0)