mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
14 lines
188 B
HTML
14 lines
188 B
HTML
|
<p>Paragraph one.</p>
|
||
|
|
||
|
<!-- This is a simple comment -->
|
||
|
|
||
|
<!--
|
||
|
This is another comment.
|
||
|
-->
|
||
|
|
||
|
<p>Paragraph two.</p>
|
||
|
|
||
|
<!-- one comment block -- -- with two comments -->
|
||
|
|
||
|
<p>The end.</p>
|