all repos — markup @ 01188801e023d515bc7a23132f5f445f4359caba

The code we use to render README.your_favorite_markup

escape!
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:06:57 -0700
commit

01188801e023d515bc7a23132f5f445f4359caba

parent

7ec431ed150d916295474cfa4d6b7d3a6e5a5b61

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

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

@@ -14,7 +14,7 @@ markup('org-ruby', /org/) do |content|

Orgmode::Parser.new(content).to_html end -command(:rest2html, /re?st(.txt)?/) +command(:rest2html, /re?st(\.txt)?/) command('asciidoc -s --backend=xhtml11 -o - -', /asciidoc/)