diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-02-26 22:17:09 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-02-26 22:17:09 -0800 |
commit | 61958de6c2544e1e595bef4a5cf8f8561a0bf39f (patch) | |
tree | 029a72916de3cee66adca9265d8449fafc2f5516 | |
parent | 52ee09608a3ada9ce465f2a0b0feef62bd7a9bde (diff) | |
parent | a4f31b102a7b6e9be179393017573ec598006b47 (diff) | |
download | pandoc-61958de6c2544e1e595bef4a5cf8f8561a0bf39f.tar.gz |
Merge pull request #769 from dfc/fix-readme
Fix example header identifier. Very minor.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -962,7 +962,7 @@ 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-latex-and-context). Note, however, that this method of providing links to sections works only in HTML, LaTeX, and ConTeXt formats. |