diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-05-09 13:01:48 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-05-09 13:04:12 -0700 |
| commit | 888a273c1bb47b55177c66db26acbbfd4585aee2 (patch) | |
| tree | c17854e332b14fae686b2799df55316878afac5f | |
| parent | fd9ec835ec1447fb6040ee63a1fa8ee13b19d555 (diff) | |
| download | pandoc-888a273c1bb47b55177c66db26acbbfd4585aee2.tar.gz | |
README: clarified documentation of `implicit_header_references`.
Closes #2904.
| -rw-r--r-- | README | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1591,21 +1591,26 @@ CSS. #### Extension: `implicit_header_references` #### Pandoc behaves as if reference links have been defined for each header. -So, instead of +So, to link to a header - [header identifiers](#header-identifiers-in-html) + # Header identifiers in HTML you can simply write - [header identifiers] + [Header identifiers in HTML] or - [header identifiers][] + [Header identifiers in HTML][] or - [the section on header identifiers][header identifiers] + [the section on header identifiers][header identifiers in + HTML] + +instead of giving the identifier explicitly: + + [Header identifiers in HTML](#header-identifiers-in-html) If there are multiple headers with identical text, the corresponding reference will link to the first one only, and you will need to use explicit |
