Files
send-mail/node_modules/showdown/test/karlcow/blockquote-nested.html
T

6 lines
130 B
HTML
Raw Normal View History

2020-11-30 12:51:34 -05:00
<blockquote>
<p>This is the first level of quoting.</p>
<blockquote>
<p>This is nested blockquote.</p>
</blockquote>
</blockquote>