summaryrefslogtreecommitdiff
path: root/tests/testsuite/blockquote-nested.out
blob: 5b0d801982b4dff0f06020b56f8522f9ae40a8ec (plain)
1
2
3
4
5
6
7
<blockquote>
<p>This is the first level of quoting.</p>

<blockquote>
<p>This is nested blockquote.</p>
</blockquote>
</blockquote>