diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-12 10:19:41 -0700 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-12 10:19:41 -0700 |
| commit | 1202f016bbb109e780587477024d8c3ae31d55a3 (patch) | |
| tree | 73eac0d79edaeff4480eded191270740853b4a29 | |
| parent | 1b1d7d570a4724de251e3ea2512dc91cf02a57f9 (diff) | |
| download | pandoc-1202f016bbb109e780587477024d8c3ae31d55a3.tar.gz | |
Added section on Internal links.
| -rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1879,6 +1879,23 @@ empty, or omitted entirely: [my website]: http://foo.bar.baz +### Internal links + +To link to another section of the same document, use the automatically +generated identifier (see [Header identifiers in HTML, LaTeX, and +ConTeXt](#header-identifiers-in-html-latex-and-context), below). +For example: + + See the [Introduction](#introduction). + +or + + See the [Introduction]. + + [Introduction]: #introduction + +Internal links are currently supported for HTML formats (including +HTML slide shows and EPUB), LaTeX, and ConTeXt. Images ------ |
