all repos — markup @ v1.0.0

The code we use to render README.your_favorite_markup

test/markups/README.rdoc.html (view raw)

 1<ul><li>
 2<p>One</p>
 3</li><li>
 4<p>Two</p>
 5</li></ul>
 6
 7<p>This is an <a href="http://github.com">absolute link</a>.  So is this: <a
 8href="http://github.com">github.com</a></p>
 9
10<p>This is a <a href="rawr.html">relative link</a>.  So is this: <a
11href="rawr.html">rawr.html</a></p>