showdown/test/cases/html-comments.html
2016-09-29 00:50:58 +01:00

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>&lt;!-- comment --&gt;
</code></pre>