aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-30 14:34:54 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-30 14:34:54 -0800
commita5611353864c2e9008e70120b2ac52f00172ed9f (patch)
tree2ff5a320766ac661f3cdccc73c62524c52b6fad4 /README
parent2c1569a0da04627b3c4a75c18fbb38d7776e68ed (diff)
downloadpandoc-a5611353864c2e9008e70120b2ac52f00172ed9f.tar.gz
README: header identifiers now work in LaTeX, ConTeXt as well as HTML.
Patch from B. Scott Michel.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 7949c54d5..9380c895e 100644
--- a/README
+++ b/README
@@ -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),