1
0
mirror of https://github.com/showdownjs/showdown.git synced 2024-03-22 13:30:55 +08:00
2016-09-29 00:50:58 +01:00

17 lines
171 B
HTML

<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>
<p>!</p>