hehe, there were really 2 reasons to fail:
1st: the spaces :[link:http://...#some thing] fails and that's correct, this will not work in most browsers
(spaces are not allowed in URLs)
2nd: relative URIs are not easy to match, because it would match to much (trash).
however [link:/anypath/to/something], [link:../path/to/another] and [link:./under/base/directory] do work
(just with and/or without #fragments)
*maybe* this will be extended in future.
If you're specially interested in the handling, take a look at Encode::Posting.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=157943
hehe, there were really 2 reasons to fail:
1st: the spaces :[link:http://...#some thing] fails and that's correct, this will not work in most browsers
(spaces are not allowed in URLs)
2nd: relative URIs are not easy to match, because it would match to much (trash).
however [link:/anypath/to/something], [link:../path/to/another] and [link:./under/base/directory] do work
(just with and/or without #fragments)
*maybe* this will be extended in future.
If you're specially interested in the handling, take a look at Encode::Posting.
Logged In: YES
user_id=22603
It's not a bug, it's a feature :)