all repos — markup @ 59f9e5ed4f703fec1942e39c1eb080dca9507907

The code we use to render README.your_favorite_markup

Updated rst test code for docutils 0.6

The previous render result was mistakenly written for output from
docutils 0.5. This has been adjusted accordingly.
Michael Jones m.pricejones@gmail.com
Mon, 25 Jan 2010 18:09:51 +0000
commit

59f9e5ed4f703fec1942e39c1eb080dca9507907

parent

12ec021736a0dd183d7313d3bf596423c5b5d053

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

jump to
M test/markups/README.rst.htmltest/markups/README.rst.html

@@ -5,8 +5,8 @@ <p>Example text.</p>

<div class="section" id="header-2"> <h2>Header 2</h2> <ol class="arabic simple"> -<li>Blah blah <tt class="docutils literal"><span class="pre">code</span></tt> blah</li> -<li>More <tt class="docutils literal"><span class="pre">code</span></tt>, hooray</li> +<li>Blah blah <tt class="docutils literal">code</tt> blah</li> +<li>More <tt class="docutils literal">code</tt>, hooray</li> </ol> </div> </div>