1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/tests/data/paragraph_blockquote.html

4 lines
97 B
HTML
Raw Normal View History

2013-09-24 02:09:13 +04:00
<p>Here's a paragraph.</p>
<blockquote>
<p>a block quote that belongs to it.</p>
</blockquote>