Documented fix for paragraphs starting with (C)

in README.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@848 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-08-15 17:34:12 +00:00
parent 9b878ec2a9
commit 3d83624e22

7
README
View file

@ -500,14 +500,19 @@ an alphabetic list. So you are out of luck if you want a roman-numbered
list starting with 100 (C).
Note also that a paragraph starting with a capital letter and a period
(for example, an initial) will be interpreted as a list:
(for example, an initial) or a capital letter in parentheses
(for example, `(C)`) will be interpreted as a list:
B. Russell was an English philosopher.
(C) 2007 Joe Smith
To avoid this, use backslash escapes:
B\. Russell was an English philosopher.
\(C) 2007 Joe Smith
Definition lists
----------------