Home
last modified time | relevance | path

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

/plugin/markdownextra/
H A Dmarkdown.php252 var $escape_chars_re; variable in Markdown_Parser
270 $this->escape_chars_re = '['.preg_quote($this->escape_chars).']';
1554 \\\\'.$this->escape_chars_re.'
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js161 this.escape_chars_re = '[' + tmp.join('') + ']';
1570 '\\\\' + this.escape_chars_re +