aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/some-test.html
diff options
context:
space:
mode:
authorArtem Yunusov <nedrlab@gmail.com>2008-07-14 16:17:33 +0500
committerArtem Yunusov <nedrlab@gmail.com>2008-07-14 16:17:33 +0500
commita316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 (patch)
treedfbbdef295252fe9fe07ed888ed0a3b79c83b8d3 /tests/misc/some-test.html
parent54a6d381a1a92210f3e619f7b2910b38a0568f9c (diff)
downloadmarkdown-a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8.tar.gz
markdown-a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8.tar.bz2
markdown-a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8.zip
A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted test suite for ElementTree output.
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>