protected property Markdown::$document_gamut in Markdown 7
* Define the document gamut *
Type: array
File
- includes/
Markdown.php, line 261
Class
- Markdown
- Markdown Parser Class
Namespace
MichelfCode
protected $document_gamut = array(
// Strip link definitions, store in hashes.
"stripLinkDefinitions" => 20,
"runBasicBlockGamut" => 30,
);