Home
last modified time | relevance | path

Searched refs:nested_url_parenthesis_depth (Results 1 – 2 of 2) sorted by relevance

/plugin/markdownextra/
H A Dmarkdown.php247 var $nested_url_parenthesis_depth = 4; variable in Markdown_Parser
267 str_repeat('(?>[^()\s]+|\(', $this->nested_url_parenthesis_depth).
268 str_repeat('(?>\)))*', $this->nested_url_parenthesis_depth);
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js80 this.nested_url_parenthesis_depth = 4;