diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-30 14:34:54 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-30 14:34:54 -0800 |
| commit | a5611353864c2e9008e70120b2ac52f00172ed9f (patch) | |
| tree | 2ff5a320766ac661f3cdccc73c62524c52b6fad4 | |
| parent | 2c1569a0da04627b3c4a75c18fbb38d7776e68ed (diff) | |
| download | pandoc-a5611353864c2e9008e70120b2ac52f00172ed9f.tar.gz | |
README: header identifiers now work in LaTeX, ConTeXt as well as HTML.
Patch from B. Scott Michel.
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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), |
