parsedown/tests/data/blockquote_-_whitespace.html

12 lines
282 B
HTML
Raw Normal View History

2013-11-10 09:44:52 +01:00
<p>Here's a blockquote with no space after the ">":</p>
<blockquote>
<p>blockquote</p>
</blockquote>
<p>Here's a blockquote with leading space:</p>
<blockquote>
<p>blockquote</p>
</blockquote>
<p>Here's a blockquote on the next line:</p>
<blockquote>
<p>blockquote</p>
</blockquote>