aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-test/inline-html-advanced.html
blob: af1dec1e8a27b4151a59569e0e2f5a632f5668a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<p>Simple block on one line:</p>
<div>foo</div>

<p>And nested without indentation:</p>
<div>
<div>
<div>
foo
</div>
</div>
<div>bar</div>
</div>