Updated README section on header identifiers.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1636 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
a84472e054
commit
65f05e036a
1 changed files with 2 additions and 2 deletions
4
README
4
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).
|
||||
|
|
Loading…
Add table
Reference in a new issue