aboutsummaryrefslogtreecommitdiff
path: root/tests/misc/blockquote.html
blob: 4481d51dbfdcf15739dee4dfdeaf1c1fbd3d9c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<blockquote>
<p>blockquote with no whitespace before <code>&gt;</code>.</p>
</blockquote>
<p>foo</p>
<blockquote>
<p>blockquote with one space before the <code>&gt;</code>.</p>
</blockquote>
<p>bar</p>
<blockquote>
<p>blockquote with 2 spaces.</p>
</blockquote>
<p>baz</p>
<blockquote>
<p>this has three spaces so its a paragraph.</p>
</blockquote>
<p>blah</p>
<pre><code>&gt; this one had four so it's a code block.
</code></pre>
<blockquote>
<blockquote>
<p>this nested blockquote has 0 on level one and 3 (one after the first <code>&gt;</code> + 2 more) on level 2.</p>
<p>and this has 4 on level 2 - another code block.</p>
</blockquote>
</blockquote>