action-send-mail/node_modules/showdown/test/cases/nested-blockquote.html
2025-06-08 23:43:24 +08:00

8 lines
162 B
HTML

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