You are here

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

Michelf

Code

protected $document_gamut = array(
  // Strip link definitions, store in hashes.
  "stripLinkDefinitions" => 20,
  "runBasicBlockGamut" => 30,
);