README: header identifiers now work in LaTeX, ConTeXt as well as HTML.

Patch from B. Scott Michel.
This commit is contained in:
John MacFarlane 2011-12-30 14:34:54 -08:00
parent 2c1569a0da
commit a561135386

4
README
View file

@ -707,7 +707,7 @@ wrapping). Consider, for example:
#22, for example, and #5.
### Header identifiers in HTML and ConTeXt ###
### Header identifiers in HTML, LaTeX, and ConTeXt ###
*Pandoc extension*.
@ -748,7 +748,7 @@ another. A link to this section, for example, might look like this:
[header identifiers][#header-identifiers-in-html].
Note, however, that this method of providing links to sections works
only in HTML and ConTeXt formats.
only in HTML, LaTeX, 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),