summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/txt/blockquotes.txt
blob: 7821f00d995b209e9b4ae68106e7e60d0e09c82a (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
44
Hello

> Nest some block quotes with preformated text
>
>> Here is the code
>>
>> #include <stdlib.h>
>> #include <stdio.h>
>>
>> int main(){
>>	return 0;
>> };
>>
>> Put some tags at the end
>
> Some text and tags here
>
>> First line
>>
>> Header 1
>>
>> Some text
>> ---------------------------------------------------------------
>> Some more text
>>
>> Paragraph tag!
>>
>> Header 2
>>
>> ---------------------------------------------------------------
>>
>> Header 3
>>
>> Some text
>>
>> Header 4
>>
>>> More quoted text!
>>
>> Paragraph tag!
>>
>> Final line

Some ending text just to make sure