1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/test/data/block-level_html.html
2014-08-13 23:54:52 +03:00

13 lines
169 B
HTML

<div>_content_</div>
<p>sparse:</p>
<div>
<div class="inner">
_content_
</div>
</div>
<p>paragraph</p>
<style type="text/css">
p {
color: red;
}
</style>