all repos — markup @ f65c5fdad47612d4218b6e37dbfe579179cd048a

The code we use to render README.your_favorite_markup

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

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