You are here

protected property Markdown::$nested_brackets_depth in Express 8

* Regex to match balanced [brackets]. * Needed to insert a maximum bracked depth while converting to PHP. *

Type: int

File

vendor/michelf/php-markdown/Michelf/Markdown.php, line 138

Class

Markdown
Markdown Parser Class

Namespace

Michelf

Code

protected $nested_brackets_depth = 6;