summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/html/blockquotes.html
blob: 737150fcc5e0e108528df2b900e51d034fc2714c (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

<span>Hello</span>
<blockquote>
Nest some block quotes with preformated text
<blockquote>
Here is the code
<pre>
#include &lt;stdlib.h&gt;
#include &lt;stdio.h&gt;

int main(){
	return 0;
};

</pre>

<b>Put some tags</b>
<i>at the end</i>
</blockquote>

Some text <span>and tags</span> here

<blockquote>
First line
<h1>Header 1</h1>
Some text
<hr>
Some more text
<p>Paragraph tag!</p>
<h2>Header 2</h2>
<hr>
<h3>Header 3</h3>
Some text
<h4>Header 4</h4>
<blockquote>
More quoted text!
</blockquote>
<p>Paragraph tag!</p>
Final line
</blockquote>
</blockquote>
Some ending text
<b>just to make sure</b>