mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
f97e072bc4
Closes #291
9 lines
207 B
HTML
9 lines
207 B
HTML
<!-- a comment -->
|
|
<!-- a comment with *bogus* __markdown__ inside -->
|
|
<p>words <!-- a comment --> words</p>
|
|
<!-- comment -->
|
|
<p>words</p>
|
|
<!-- comment -->
|
|
<pre><code><!-- comment -->
|
|
</code></pre>
|