protected property Markdown::$block_gamut in Markdown 7
* Define the block gamut - these are all the transformations that form * block-level tags like paragraphs, headers, and list items. *
Type: array
File
- includes/
Markdown.php, line 523
Class
- Markdown
- Markdown Parser Class
Namespace
MichelfCode
protected $block_gamut = array(
"doHeaders" => 10,
"doHorizontalRules" => 20,
"doLists" => 40,
"doCodeBlocks" => 50,
"doBlockQuotes" => 60,
);