aboutsummaryrefslogtreecommitdiff
path: root/test.html
blob: b5bafb507e5c037563def372ffe2058712d3860d (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
45
46
47
48
49
50
51
52
53
<h1>Em example</h1>
<p>
This is an example of <i>em</i> (<a href="http://example.com">link</a>).
</p>
<p>
Here is some <tt>teletype text</tt>, some <b>bold text</b>.
</p>
<p>
Here is an asterisk at the end of a word*.
</p>
<p>
Here is an <i>unfinished inline formatting tag.
</i></p>
<ul>
<li>Here is an
unordered list item.
</li><li>Here is another.
</li>
</ul>
<ol>
<li value="1">Here is an
ordered list item.
</li><li value="2">Here is another.
</li>
</ol>
<ul>
<li>Here is a list
</li><ul>
<li>With another list inside it [<a href="#ref1">1</a>]
</li>
</ul>
</ul>
<ol>
<li value="1">Here is a mixed nested list
</li><ul>
<li>An unordered item
</li>
</ol>
</ol>
<ol class="reflist" style="font-size: small;">
<li value="1" id="ref1">Reference list item
</li>
</ol>
<dl>
<dt>term</dt><dd>definition
</dd><dt>long term</dt><dd>long
definition
</dd>
</dl>
<pre>
code block
with two lines
</pre>