diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -707,13 +707,13 @@ wrapping). Consider, for example: #22, for example, and #5. -### Header identifiers in HTML ### +### Header identifiers in HTML and ConTeXt ### *Pandoc extension*. -Each header element in pandoc's HTML output is given a unique -identifier. This identifier is based on the text of the header. To -derive the identifier from the header text, +Each header element in pandoc's HTML and ConTeXt output is given a +unique 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, and periods. @@ -745,10 +745,10 @@ also make it easy to provide links from one section of a document to another. A link to this section, for example, might look like this: See the section on - [header identifiers](#header-identifiers-in-html). + [header identifiers][#header-identifiers-in-html]. Note, however, that this method of providing links to sections works -only in HTML. +only in HTML and ConTeXt formats. If the `--section-divs` option is specified, then each section will be wrapped in a `div` (or a `section`, if `--html5` was specified), |
