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

7 lines
124 B
HTML

<ul>
<li><p>a list containing a blockquote</p>
<blockquote>
<p>this the blockquote in the list</p>
</blockquote></li>
</ul>