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

6 lines
75 B
HTML
Raw Normal View History

2016-10-13 23:31:52 +03:00
<blockquote>
2019-04-06 20:39:41 +03:00
<p>foo</p>
</blockquote>
<blockquote>
<p>bar</p>
2016-10-13 23:31:52 +03:00
</blockquote>