aboutsummaryrefslogtreecommitdiff
path: root/doc/anchor.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/anchor.mdwn')
-rw-r--r--doc/anchor.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/anchor.mdwn b/doc/anchor.mdwn
index 012e52fa0..12d193fe9 100644
--- a/doc/anchor.mdwn
+++ b/doc/anchor.mdwn
@@ -1,3 +1,11 @@
ikiwiki works with anchors in various situations.
+You can insert anchors directly in the body of a page and it will be used on the resulting HTML, for example:
+
+ <a name="anchor"></a>
+
+... will make the link [[anchor#anchor]] work..
+
+<a name="anchor"></a>
+
This page accumulates links to the concept of anchors.