diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-16 06:45:52 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-16 06:45:52 +0000 |
commit | 26b41ce7ba2944f312a54b555baeba2351c1c025 (patch) | |
tree | e8b18b0a056d48d4f4de2a2d792775f43513984f /README | |
parent | 9562390d6883110bd00d5b667761ec6b615eb5d7 (diff) | |
download | pandoc-26b41ce7ba2944f312a54b555baeba2351c1c025.tar.gz |
Shared: Export uniqueIdent, don't allow tilde in identifier.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1894 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1044,8 +1044,7 @@ 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 underscores, hyphens, periods, - and tildes. + - Remove all punctuation, except underscores, hyphens, and periods. - Replace all spaces and newlines with hyphens. - Convert all alphabetic characters to lowercase. - Remove everything up to the first letter (identifiers may |