MarkdownParser/test/data/block-level_html.html

12 lines
182 B
HTML
Raw Normal View History

<div>_content_</div>
2015-01-24 13:37:40 +01:00
<p>paragraph</p>
2013-11-16 00:55:09 +01:00
<div>
2015-01-24 13:37:40 +01:00
<div class="inner">
_content_
</div>
2014-05-14 00:11:05 +02:00
</div>
2014-08-13 22:54:52 +02:00
<style type="text/css">
2015-01-24 13:37:40 +01:00
p {color: #789;}
2015-01-24 13:21:55 +01:00
</style>
<div>
2015-01-24 13:37:40 +01:00
<a href="/">home</a></div>