aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-01 06:56:41 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-01 06:56:41 +0000
commit65f05e036a29fa24907318d2fc48b9f1265d8112 (patch)
treecbf28edb935acc98a9c390254b6cb7f14f978a96 /README
parenta84472e0542e0837d62cb637c2e446c2570d0230 (diff)
downloadpandoc-65f05e036a29fa24907318d2fc48b9f1265d8112.tar.gz
Updated README section on header identifiers.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1636 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f16a045c3..f5f964ec4 100644
--- a/README
+++ b/README
@@ -865,8 +865,8 @@ identifier. This identifier is based on the text of the header. To
derive the identifier from the header text,
- Remove all formatting, links, etc.
- - Remove all punctuation, except dashes and hyphens.
- - Replace all spaces, dashes, newlines, and hyphens with hyphens.
+ - Remove all punctuation, except underscores and hyphens.
+ - Replace all spaces and newlines with hyphens.
- Convert all alphabetic characters to lowercase.
- Remove everything up to the first letter (identifiers may
not begin with a number or punctuation mark).