aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-01 03:11:35 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-01 03:11:35 +0000
commitb6f1ccc90b40b0bd8221bb0022ca868fdb6e7759 (patch)
tree5c7ab02a39ccbce82e58a3599b413600d8eac277 /README
parent0814ee0e774e11b51a6feef25f13401e098e524b (diff)
downloadpandoc-b6f1ccc90b40b0bd8221bb0022ca868fdb6e7759.tar.gz
Small change to wording in README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1121 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index a4085db5e..41e58285d 100644
--- a/README
+++ b/README
@@ -829,8 +829,9 @@ Inline LaTeX
Anything between two $ characters will be parsed as LaTeX math. The
opening $ must have a character immediately to its right, while the
closing $ must have a character immediately to its left. Thus,
-`$20,000 and $30,000` won't parse as math. The $ character can be
-escaped with a backslash if needed.
+`$20,000 and $30,000` won't parse as math. If for some reason
+you need to enclose text in literal $ characters, backslash-escape
+them and they won't be treated as math delimiters.
Pandoc can use the [ASCIIMathML] script to display LaTeX formulas
in HTML (at least on better browsers). See above on the