Markdown.EnableCode (gb.markdown)

Sub EnableCode ( Enabled As Boolean )

Enable or disable code blocks, i.e. if lines starting with four spaces are interpreted as a code block.

  • Enabled is TRUE for enabling "code" mode, and FALSE for disabling it. It is enabled by default.

Calls to this method can be imbricated.