Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_inline_html_comments.html
1 <p>Paragraph one.</p>
2 <!-- This is a simple comment -->
3 <!--
4         This is another comment.
5 -->
6 <p>Paragraph two.</p>
7 <!-- one comment block -- -- with two comments -->
8 <p>The end.</p>