protected property Markdown::$nested_brackets_depth in Markdown 7
* Regex to match balanced [brackets]. * Needed to insert a maximum bracked depth while converting to PHP. *
Type: int
File
- includes/
Markdown.php, line 138
Class
- Markdown
- Markdown Parser Class
Namespace
MichelfCode
protected $nested_brackets_depth = 6;