all repos — markup @ 41e43b8153b35f618a50c47f2e7e6c5467e44b77

The code we use to render README.your_favorite_markup

Merge pull request #222 from github/fix-rst-dom

Add tests for RST tables
Garen Torikian gjtorikian@users.noreply.github.com
Mon, 30 Sep 2013 00:40:50 -0700
commit

41e43b8153b35f618a50c47f2e7e6c5467e44b77

parent

75b6b02f9c8beb38ff74aef31a6d33089ee4fcf7

2 files changed, 31 insertions(+), 1 deletions(-)

jump to
M test/markups/README.rsttest/markups/README.rst

@@ -11,3 +11,11 @@

2. More ``code``, hooray 3. Somé UTF-8° + +============== ========================================================== +Travis http://travis-ci.org/tony/pullv +Docs http://pullv.rtfd.org +API http://pullv.readthedocs.org/en/latest/api.html +Issues https://github.com/tony/pullv/issues +Source https://github.com/tony/pullv +============== ==========================================================
M test/markups/README.rst.htmltest/markups/README.rst.html

@@ -9,7 +9,29 @@ <li>Blah blah <tt class="docutils literal">code</tt> blah</li>

<li>More <tt class="docutils literal">code</tt>, hooray</li> <li>Somé UTF-8°</li> </ol> +<table class="docutils"> +<colgroup> +<col width="19%" /> +<col width="81%" /> +</colgroup> +<tbody valign="top"> +<tr><td>Travis</td> +<td><a class="reference external" href="http://travis-ci.org/tony/pullv">http://travis-ci.org/tony/pullv</a></td> +</tr> +<tr><td>Docs</td> +<td><a class="reference external" href="http://pullv.rtfd.org">http://pullv.rtfd.org</a></td> +</tr> +<tr><td>API</td> +<td><a class="reference external" href="http://pullv.readthedocs.org/en/latest/api.html">http://pullv.readthedocs.org/en/latest/api.html</a></td> +</tr> +<tr><td>Issues</td> +<td><a class="reference external" href="https://github.com/tony/pullv/issues">https://github.com/tony/pullv/issues</a></td> +</tr> +<tr><td>Source</td> +<td><a class="reference external" href="https://github.com/tony/pullv">https://github.com/tony/pullv</a></td> +</tr> +</tbody> +</table> </div> </div> </div> -