mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
f97e072bc4
Closes #291
17 lines
171 B
HTML
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>
|