diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-15 17:34:12 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-15 17:34:12 +0000 |
commit | 3d83624e22eb93217d939b8ad634c8e075e3851a (patch) | |
tree | 1d8e062b1d4d429937c4001f6faf0cc6958bd8c3 | |
parent | 9b878ec2a94e5f6ab50b1c010c330dcbf8ff9151 (diff) | |
download | pandoc-3d83624e22eb93217d939b8ad634c8e075e3851a.tar.gz |
Documented fix for paragraphs starting with (C)
in README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@848 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 ---------------- |