simplify anchor handling
authorJoey Hess <joey@kitenet.net>
Wed, 23 Jun 2010 17:57:27 +0000 (13:57 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 23 Jun 2010 17:57:27 +0000 (13:57 -0400)
commit6e67219eff9ea599e9efa8a846a4c78c76c5b008
tree18d9c28e83a0aaae2fbd21ce2f8d48e9d2af0292
parent19dcd50c8497eca4981f9a90cc3e014789a50f76
simplify anchor handling

At least two bugfixes in here. First, an old bug;
\[[foo#0]] was displayed as [[foo]], losing the anchor
as the anchor text was false. Secondly, a new bug;
an email like foo#bar@baz should not check bestlink("foo@baz").
IkiWiki/Plugin/link.pm