showdown/test/cases/escaping.html

32 lines
186 B
HTML
Raw Normal View History

2012-06-14 13:05:31 +08:00
<p>These should all be escaped:</p>
<p>\</p>
<p>`</p>
<p>*</p>
<p>_</p>
<p>{</p>
<p>}</p>
<p>[</p>
<p>]</p>
<p>(</p>
<p>)</p>
<p>#</p>
<p>+</p>
<p>-</p>
<p>.</p>
2015-01-16 05:21:33 +08:00
<p>!</p>