jdk-24/test/nashorn/script/markdown/nested-blockquote.js.EXPECTED

10 lines
168 B
Plaintext
Raw Normal View History

<blockquote>
<p>This is a multi line blockquote test</p>
<blockquote>
<p>And nesting!</p>
</blockquote>
<p>With more than one line.</p>
</blockquote>