Markdown (gb.markdown)
This class allows to convert the 
Gambas Markdown Syntax into HTML.
This class can be used like an object by creating a hidden instance on demand.
This class is creatable.
| CheckURL | This method allows you to check the URL inserted into the markdown text and fix them. | 
| Command | This method is called for generating the contents of a special command. | 
| EnableCode | Enable or disable code blocks, i.e. if lines starting with four spaces are interpreted as a code block. | 
| Enter | This method is called when interpreting a table begin with a specific class, i.e. a [[pattern followed by a CSS class name. | 
| Leave | This method is called when interpreting the end markup ]]of a table having a specific class. | 
| Link | This method is called to interpreter the markdown link syntax [...] (...). | 
| Process |  | 
| ToHTML | Convert Gambas markdown syntax to HTML and return it. | 
You can customize that syntax by inheriting that class and reimplementing the following methods:
These methods are called during the markdown to HTML conversion process.