summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-03-24 10:51:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-03-27 10:22:55 -0700
commitdb31e066932461b0d1a86921ebf08c55c48a3f81 (patch)
treefb5a1f044fb14642452492dfd3587047ac2fdab3
parentbe832b3676f01873e38bfd380a1d03f3c06c6d1e (diff)
Removed unneeded single quotes in README.
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 3040e2ddf..5a2c8ec8e 100644
--- a/README
+++ b/README
@@ -562,12 +562,12 @@ which allows only the following characters to be backslash-escaped:
\`*_{}[]()>#+-.!
A backslash-escaped space is parsed as a nonbreaking space. It will
-appear in TeX output as '`~`' and in HTML and XML as '`\&#160;`' or
-'`\&nbsp;`'.
+appear in TeX output as `~` and in HTML and XML as `\&#160;` or
+`\&nbsp;`.
A backslash-escaped newline (i.e. a backslash occurring at the end of
a line) is parsed as a hard line break. It will appear in TeX output as
-'`\\`' and in HTML as '`<br />`'. This is a nice alternative to
+`\\` and in HTML as `<br />`. This is a nice alternative to
markdown's "invisible" way of indicating hard line breaks using
two trailing spaces on a line.
@@ -645,7 +645,7 @@ capital letter with a period, by at least two spaces.[^2]
escape can be used:
(C\) 2007 Joe Smith
-
+
Pandoc also pays attention to the type of list marker used, and to the
starting number, and both of these are preserved where possible in the
output format. Thus, the following yields a list with numbers followed