You are here

protected property Markdown::$document_gamut in Express 8

* Define the document gamut *

Type: array

File

vendor/michelf/php-markdown/Michelf/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,
);