MarkdownLink (gb.markdown)
This class is used by the 
Markdown.Link method for getting information about a link, and defining the HTML that will be generated for it.
This class is creatable.
Properties
| Blank | Define if the link will open in a new window. | 
| Html | Define the HTML that will be generated for that link. | 
| Link | Return the markdown link path. You must replace that property by the full URL of the link. | 
| Query | Define an optional query that will be added to the link URL. | 
| Text | Return or set the markdown link text. | 
| Title | Define the title of the link, i.e. the tooltip displayed when the mouse cursor is hovering the link. |