blob: 9aa24be59ac861b130151d290f17561ffd3a9fcf (
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
|
paragraph
paragraph <div class="whatever"><blockquote>
paragraph
</blockquote>
line
</div>
paragraph
<ul>
<li>line</li>
<li>paragraph
paragraph</li>
</ul>
paragraph
line<br>
line
<pre>Honor
this whitespace
</pre>
paragraph
<style><!--
Do not alter!
--></style>
paragraph <!-- do not alter -->
<dl> <dt>term</dt> <dd>paragraph
<a href="xx"> <img src="yy" /> </a>
paragraph</dd> </dl>
<div><a href="xx"> <img src="yy" /> </a></div>
Hello <a href="link">
World</a>
<p id="abc">Paragraph</p>
<div>Line</div>
|