demo the anchors
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>
Sat, 31 Mar 2012 23:39:01 +0000 (19:39 -0400)
committeradmin <admin@branchable.com>
Sat, 31 Mar 2012 23:39:01 +0000 (19:39 -0400)
doc/anchor.mdwn

index 012e52fa0a1e9b6017b02319f01a0262a3ea79be..12d193fe9a3af99e14441cd62df4e77e7db3fbcc 100644 (file)
@@ -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.