Home
last modified time | relevance | path

Searched refs:maximumNestingLevel (Results 1 – 3 of 3) sorted by relevance

/plugin/mdpage/vendor/cebe/markdown/tests/
H A DParserTest.php52 $parser->maximumNestingLevel = 3;
54 $parser->maximumNestingLevel = 2;
56 $parser->maximumNestingLevel = 1;
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php21 public $maximumNestingLevel = 32; variable in cebe\\markdown\\Parser
157 if ($this->_depth >= $this->maximumNestingLevel) {
321 if ($this->_depth >= $this->maximumNestingLevel) {
H A DCHANGELOG.md49 - #98 Fix PHP fatal error when maximumNestingLevel was reached (@tanakahisateru)