Merge pull request #44 from schacon/asciidoc_ext More asciidoc extensions
Ryan Tomayko rtomayko@gmail.com
Wed, 07 Nov 2012 20:31:02 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
lib/github/markups.rb
→
lib/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.