send-mail/node_modules/showdown/test/cases/nested-blockquote.html

8 lines
162 B
HTML
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>