robinst/autolink-java

Creole links contain the link text as well

moltam89 opened this issue · 2 comments

Hello,

with creole type links, the link contains the link text as well.

Here is the creole format:
[[link_address|link text]]

e.g.
[[http://www.google.com/|this is a link to google]]

In this case, the link will be http://www.google.com/|this

Thanks,
Tamás

Hey! Sounds like you'd want a creole parser instead?

Even if we stopped parsing at |, you'd still need to manually parse the [[ and the link text..

Thank you @robinst !