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

43 lines
659 B
HTML
Raw Normal View History

2013-11-16 03:55:09 +04:00
<blockquote>
<p>quote</p>
</blockquote>
<p>indented:</p>
<blockquote>
<p>quote</p>
</blockquote>
2019-02-03 00:07:53 +03:00
<p>indented code in indented blockquote:</p>
<blockquote>
<pre><code>code
</code></pre>
</blockquote>
<p>quote in indented blockquote:</p>
<blockquote>
<p>quote</p>
</blockquote>
2013-11-16 03:55:09 +04:00
<p>no space after <code>&gt;</code>:</p>
<blockquote>
<p>quote</p>
2018-03-28 05:24:01 +03:00
</blockquote>
<hr />
<blockquote>
<blockquote>
<blockquote>
<p>Info 1 text</p>
</blockquote>
</blockquote>
</blockquote>
<blockquote>
<blockquote>
<blockquote>
<p>Info 2 text</p>
</blockquote>
</blockquote>
2019-02-03 19:06:46 +03:00
</blockquote>
<hr />
<blockquote>
<pre><code>
b
a
</code></pre>
2013-11-16 03:55:09 +04:00
</blockquote>