all repos — markup @ d479ef1e0b051a011a0ebf549991363f6e380cb3

The code we use to render README.your_favorite_markup

call asciidoc directly
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 18:32:59 -0800
commit

d479ef1e0b051a011a0ebf549991363f6e380cb3

parent

e24c7ee02a3c19cce0b4f2d2069c0586d4dc5e17

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

jump to
M lib/github/markups.rblib/github/markups.rb

@@ -12,7 +12,7 @@ end

command(:rest2html, /rest|rst/) -command(:asciidoc2html, /asciidoc/) +command('asciidoc -s --backend=xhtml11 -o - -', /asciidoc/) # pod2html is nice enough to generate a full-on HTML document for us, # so we return the favor by ripping out the good parts.
M test/markups/README.asciidoc.htmltest/markups/README.asciidoc.html

@@ -10,4 +10,3 @@ Two

</p> </li> </ul></div> -