markdown/testdata/BlockComments.tests

40 lines
309 B
Plaintext
Raw Permalink Normal View History

2019-02-03 06:33:23 +00:00
Some text
<!-- comment -->
+++
<p>Some text</p>
<!-- comment -->
+++
Some text
<!--
multiline
comment
-->
+++
<p>Some text</p>
<!--
multiline
comment
-->
+++
Some text
<!--
<div><p>Commented</p>
<span>html</span></div>
-->
+++
<p>Some text</p>
<!--
<div><p>Commented</p>
<span>html</span></div>
-->