Markdown.Command (gb.markdown)
Function Command ( Command As String ) As String[]
This method is called for generating the contents of a special command.
-
Command is the command and its optional argument. It's up to you to interpret them.
You must return a string array of markdown syntax lines that will be inserted in the current flow and interpreted again.