Files
Android11/external/markdown/tests/safe_mode/inline-html-comments.html
2023-10-13 14:01:41 +00:00

8 lines
221 B
HTML

<p>Paragraph one.</p>
<p>&lt;!-- This is a simple comment --&gt;</p>
<p>&lt;!--
This is another comment.
--&gt;</p>
<p>Paragraph two.</p>
<p>&lt;!-- one comment block -- -- with two comments --&gt;</p>
<p>The end.</p>