mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-31 12:45:46 +00:00
git-svn-id: https://pandoc.googlecode.com/svn/trunk@2 788f1e2b-df1e-0410-8736-df70ead52e1b
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>
|