Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching full:escape_chars

226     var $escape_chars = '\`*_{}[]()>#+-.!';
257 $this->escape_chars_re = '['.preg_quote($this->escape_chars).']';
1678 $this->escape_chars .= ':|';