]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/anchor.mdwn
only_committed_changes could fail in a git repository merged with git merge -s ours.
[git.ikiwiki.info.git] / doc / anchor.mdwn
1 ikiwiki works with anchors in various situations.
3 You can insert anchors directly in the body of a page and it will be used on the resulting HTML, for example:
5     <a name="anchor"></a>
7 ... will make the link [[anchor#anchor]] work..
9 <a name="anchor"></a>
11 This page accumulates links to the concept of anchors.