aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-03-12 10:19:41 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-03-12 10:19:41 -0700
commit1202f016bbb109e780587477024d8c3ae31d55a3 (patch)
tree73eac0d79edaeff4480eded191270740853b4a29
parent1b1d7d570a4724de251e3ea2512dc91cf02a57f9 (diff)
downloadpandoc-1202f016bbb109e780587477024d8c3ae31d55a3.tar.gz
Added section on Internal links.
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 0df5d1dd4..93464860a 100644
--- a/README
+++ b/README
@@ -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
------