test/markups/README.rdoc.html in github-markup-0.5.3 vs test/markups/README.rdoc.html in github-markup-0.7.0
- old
+ new
@@ -1,16 +1,11 @@
-<ul>
-<li>One
+<ul><li>
+<p>One</p>
+</li><li>
+<p>Two</p>
+</li></ul>
-</li>
-<li>Two
+<p>This is an <a href="http://github.com">absolute link</a>. So is this: <a
+href="http://github.com">github.com</a></p>
-</li>
-</ul>
-<p>
-This is an <a href="http://github.com">absolute link</a>. So is this: <a
-href="http://github.com">github.com</a>
-</p>
-<p>
-This is a <a href="rawr.html">relative link</a>. So is this: <a
-href="rawr.html">rawr.html</a>
-</p>
+<p>This is a <a href="rawr.html">relative link</a>. So is this: <a
+href="rawr.html">rawr.html</a></p>