aboutsummaryrefslogtreecommitdiff
path: root/doc/anchor.mdwn
blob: 12d193fe9a3af99e14441cd62df4e77e7db3fbcc (plain)
1
2
3
4
5
6
7
8
9
10
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.