allwinner_a64/android/external/markdown/tests/markdown-test/inline-html-comments.html
2018-08-08 16:14:42 +08:00

11 lines
No EOL
185 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>