]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/orphans/discussion.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[git.ikiwiki.info.git] / doc / plugins / orphans / discussion.mdwn
1 It seems that the orphans plugin doesn't recognize markdown-style links of the kind:
3     [Pretty link name](realname)
5 In my wiki, the page "realname" shows up as an orphan although it's being linked to.
7 > Like anything in ikiwiki that deals with links, this only takes
8 > [[WikiLinks|ikiwiki/wikilink]] into account. There should be no real
9 > reason to use other link mechanisms provided by eg, markdown for internal
10 > links in the wiki (indeed, using them is likely to cause broken links
11 > when doing things like inlining or renaming pages). --[[Joey]]