aboutsummaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'test.html')
-rw-r--r--test.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/test.html b/test.html
new file mode 100644
index 0000000..ddcb021
--- /dev/null
+++ b/test.html
@@ -0,0 +1,26 @@
+<h1>Em example</h1>
+<p>This is an example of *Em*.
+</p>
+<ul><li>Here is an
+unordered list item.
+</li><li>Here is another.
+</li>
+</ul>
+<ol><li>Here is an
+ordered list item.
+</li><li>Here is another.
+</li>
+</ol>
+<ul><li>Here is a list
+</li><ul>
+<li>With another list inside it
+</li>
+</ul>
+</ul>
+<dl><dt>term</dt><dd>definition
+</dd><dt>long term</dt><dd>long
+definition
+</dd>
+</dl>
+<pre>code block
+</pre>