1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/test/data/html_comment.html

11 lines
145 B
HTML
Raw Normal View History

2014-05-14 14:14:49 +04:00
<!-- single line -->
<p>paragraph</p>
<!--
multiline -->
2018-03-30 21:22:13 +03:00
<p>paragraph</p>
<!-- sss -->abc
<ul>
<li>abcd</li>
<li>bbbb</li>
<li>cccc</li>
</ul>