diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-18 21:25:35 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-18 21:25:35 -0700 |
commit | 88099bb59a1b0d8bbb8c20e440f25f905974e8b7 (patch) | |
tree | aee3ead8791ea880e65b0424234cb0477b49045c | |
parent | 448f5b151e23ef67948954129946623229308658 (diff) | |
parent | 5f25cf7c9ba13d8d21082e21917eb113be1966ae (diff) | |
download | pandoc-88099bb59a1b0d8bbb8c20e440f25f905974e8b7.tar.gz |
Merge pull request #2461 from classeur/master
Fixed auto_identifiers examples
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1418,11 +1418,11 @@ Thus, for example, Header Identifier ------------------------------- ---------------------------- - Header identifiers in HTML `header-identifiers-in-html` - *Dogs*?--in *my* house? `dogs--in-my-house` - [HTML], [S5], or [RTF]? `html-s5-or-rtf` - 3. Applications `applications` - 33 `section` + `Header identifiers in HTML` `header-identifiers-in-html` + `*Dogs*?--in *my* house?` `dogs--in-my-house` + `[HTML], [S5], or [RTF]?` `html-s5-or-rtf` + `3. Applications` `applications` + `33` `section` These rules should, in most cases, allow one to determine the identifier from the header text. The exception is when several headers have the |