aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/some-test.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/some-test.html')
-rw-r--r--tests/misc/some-test.html126
1 files changed, 47 insertions, 79 deletions
diff --git a/tests/misc/some-test.html b/tests/misc/some-test.html
index 646482e..54a3e23 100644
--- a/tests/misc/some-test.html
+++ b/tests/misc/some-test.html
@@ -1,104 +1,72 @@
<hr />
-
<ul>
- <li><p>as if
-</p>
-
- </li>
-
- <li><p>as if2
-</p>
-
- </li>
+<li>
+<p>as if</p>
+</li>
+<li>
+<p>as if2</p>
+</li>
</ul>
<hr />
-
<ul>
- <li><p>as if
-</p>
-
- </li>
-
- <li><p>as if2
-</p>
-
- </li>
+<li>
+<p>as if</p>
+</li>
+<li>
+<p>as if2</p>
+</li>
</ul>
<hr />
-
<ul>
- <li>
- as if
- non_code
- </li>
-
- <li>
- as if2
- </li>
+<li>as if
+non_code</li>
+<li>as if2</li>
</ul>
-<p>Markdown
-</p>
+<p>Markdown</p>
<ul>
- <li><p>Python
- is ok
-</p>
+<li>
+<p>Python
+is ok</p>
<ul>
- <li>
- Therefore i am
- </li>
+<li>Therefore i am</li>
</ul>
-
- </li>
-
- <li><p>Perl sucks
- big time
-</p>
+</li>
+<li>
+<p>Perl sucks
+big time</p>
<ul>
- <li>
- But that's
- ok
- </li>
+<li>But that's
+ok</li>
</ul>
-
- </li>
-
- <li><p>Python is
- ok
- Or not?
-</p>
-
- </li>
+</li>
+<li>
+<p>Python is
+ok
+Or not?</p>
+</li>
</ul>
-<p>Here is a normal paragraph
-</p>
+<p>Here is a normal paragraph</p>
<ol>
- <li><p>Another list
- with a bunch of items
-</p>
-
- </li>
-
- <li><p>Mostly fruits
-</p>
+<li>
+<p>Another list
+with a bunch of items</p>
+</li>
+<li>
+<p>Mostly fruits</p>
<ol>
- <li>
- Apple
- </li>
-
- <li>
- Pare
- </li>
+<li>Apple</li>
+<li>Pare</li>
</ol>
-
- </li>
+</li>
</ol>
-<p>asdfasdfasd
-</p>
-<pre><code># This is a code example
+<p>asdfasdfasd</p>
+<pre>
+<code># This is a code example
import stuff
Another code example
* Lists and similar stuff
&gt; Should be ignored
-</code></pre> \ No newline at end of file
+</code>
+</pre>