all repos — markup @ 05c637425b88f22ef564670404b8ce267a9a4f50

The code we use to render README.your_favorite_markup

Merge pull request #44 from schacon/asciidoc_ext

More asciidoc extensions
Ryan Tomayko rtomayko@gmail.com
Wed, 07 Nov 2012 20:31:02 -0800
commit

05c637425b88f22ef564670404b8ce267a9a4f50

parent

c16ac47743d51f3a51d7db4771d852817a703b18

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

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

@@ -42,7 +42,7 @@ end

command(:rest2html, /re?st(\.txt)?/) -command('asciidoc -s --backend=xhtml11 -o - -', /asciidoc/) +command('asciidoc -s --backend=xhtml11 -o - -', /asc|adoc|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.