Interface brl.markdown.ILinkResolver - leonard-thieu/monkey GitHub Wiki
ResolveLink : String ( link:String, text:String )
This method is called when a Markdown object needs to resolve a link.
The link parameter contains the link to be resolved, and text contains the optional link text.
This method should return an html <a>...</a>
entity.