Searched refs:nested_brackets_depth (Results 1 – 2 of 2) sorted by relevance
244 var $nested_brackets_depth = 6; variable in Markdown_Parser263 str_repeat('(?>[^\[\]]+|\[', $this->nested_brackets_depth).264 str_repeat('\])*', $this->nested_brackets_depth);
79 this.nested_brackets_depth = 6;