mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
18 lines
409 B
HTML
18 lines
409 B
HTML
<p>[a false reference]: must be escaped</p>
|
|
<p> - a list item</p>
|
|
<p>*</p>
|
|
<p>~</p>
|
|
<p>|</p>
|
|
<p>[a faux](link)</p>
|
|
<p># at start</p>
|
|
<p>in the # middle is ok</p>
|
|
<p>> at start</p>
|
|
<p>in the middle > is ok</p>
|
|
<p>---</p>
|
|
<p>1. must be escaped</p>
|
|
<p>but. this should not</p>
|
|
<p>. nor this</p>
|
|
<p>or this.</p>
|
|
<p> 4 spaces at the beginning of line are removed</p>
|
|
<p>multiple spaces are colapsed to 1</p>
|