summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-15 17:34:12 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-15 17:34:12 +0000
commit3d83624e22eb93217d939b8ad634c8e075e3851a (patch)
tree1d8e062b1d4d429937c4001f6faf0cc6958bd8c3 /README
parent9b878ec2a94e5f6ab50b1c010c330dcbf8ff9151 (diff)
Documented fix for paragraphs starting with (C)
in README. git-svn-id: https://pandoc.googlecode.com/svn/trunk@848 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 4b225d92c..c97639994 100644
--- a/README
+++ b/README
@@ -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
----------------