diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2011-06-16 08:43:00 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-16 08:43:00 +0000 |
commit | f3b70ec7a7e77088a327f86686ec8412bd03b08d (patch) | |
tree | 6bf68424d32eb12cc105991882dad519cbfa6d46 /doc | |
parent | ea2b0897940d183d7eb18d5dcf06f2cbd85729da (diff) | |
download | ikiwiki-f3b70ec7a7e77088a327f86686ec8412bd03b08d.tar ikiwiki-f3b70ec7a7e77088a327f86686ec8412bd03b08d.tar.gz |
weird
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/emails_should_not_be_considered_as_broken_links.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/emails_should_not_be_considered_as_broken_links.mdwn b/doc/bugs/emails_should_not_be_considered_as_broken_links.mdwn index 1fddf4ea2..044ee8aa0 100644 --- a/doc/bugs/emails_should_not_be_considered_as_broken_links.mdwn +++ b/doc/bugs/emails_should_not_be_considered_as_broken_links.mdwn @@ -1,3 +1,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]] |