aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/emails_should_not_be_considered_as_broken_links.mdwn
blob: 044ee8aa0c9980c0bbfa493fd6cb168f0eef9a06 (plain)
1
2
3
4
5
The [[ikiwiki/directive/brokenlinks]] directive lists emails when used inside [[ikiwiki/wikilink]]s: \[[john.doo@example.com\]] -> [[john.doo@example.com]]. Obviously its is a bug since 1) there is a link generated in the page; 2) "fixing" the broken link in the brokenlinks page may yield to stange results [[http://ikiwiki.info/ikiwiki.cgi?page=john.doo__64__example.com&do=create]]. [[JeanPrivat]]

[[!brokenlinks pages="*@* and !recentchanges"]]

> Weird.  The bug, imho, is that `\[[email-address]]` results in a marked-up email address. I think marking up email addresses into hyperlinks should be handled by a markup plugin (e.g. markdown), not by the wikilink parser.… — [[Jon]]