Searched refs:escape_chars (Results 1 – 2 of 2) sorted by relevance
81 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 += ':|';
251 var $escape_chars = '\`*_{}[]()>#+-.!'; variable in Markdown_Parser270 $this->escape_chars_re = '['.preg_quote($this->escape_chars).']';1736 $this->escape_chars .= ':|';