Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js81 this.escape_chars = "\\\\`*_{}[]()>#+-.!";
158 for(var i = 0; i < this.escape_chars.length; i++) {
159 tmp.push(this._php_preg_quote(this.escape_chars.charAt(i)));
1759 this.escape_chars += ':|';
/plugin/markdownextra/
H A Dmarkdown.php251 var $escape_chars = '\`*_{}[]()>#+-.!'; variable in Markdown_Parser
270 $this->escape_chars_re = '['.preg_quote($this->escape_chars).']';
1736 $this->escape_chars .= ':|';