From: http://lj.rossia.org/users/imz/ Date: Fri, 5 Jun 2009 18:49:39 +0000 (-0400) Subject: Put wikilink on a useful term (perhaps, someday there is an explanation there about... X-Git-Tag: 3.141~47 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/c715c20fde41404fc635389676cc47ad30b5a911?hp=7158fab372e94bfd8f1cd7d16756b80df55d876a Put wikilink on a useful term (perhaps, someday there is an explanation there about all relevant stuff about anchors in ikiwiki). --- diff --git a/doc/ikiwiki/wikilink.mdwn b/doc/ikiwiki/wikilink.mdwn index 371c2528f..69247f3ed 100644 --- a/doc/ikiwiki/wikilink.mdwn +++ b/doc/ikiwiki/wikilink.mdwn @@ -20,8 +20,8 @@ It's also possible to write a WikiLink that uses something other than the page name as the link text. For example `\[[foo_bar|SandBox]]` links to the SandBox page, but the link will appear like this: [[foo_bar|SandBox]]. -To link to an anchor inside a page, you can use something like -`\[[WikiLink#foo]]` +To link to an [[ikiwiki/anchor]] inside a page, you can use something like +`\[[WikiLink#foo]]` . ## Directives and WikiLinks