all repos — markup @ dfb21fac8d020b62266268d0ff000dee5cd12907

The code we use to render README.your_favorite_markup

mdown
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 13:50:36 -0800
commit

dfb21fac8d020b62266268d0ff000dee5cd12907

parent

646c9c7fba51b2db8de1b86bd4485084cd53c9e5

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

jump to
M HISTORY.mdHISTORY.md

@@ -1,3 +1,7 @@

+## 0.1.6 (2009-11-17) + +* mdown + ## 0.1.5 (2009-11-17) * Actually, if we can't render a thing then don't. Not once, not never.
M lib/github/markups.rblib/github/markups.rb

@@ -1,4 +1,4 @@

-markup(:markdown, /md|mkdn?|markdown/) do |content| +markup(:markdown, /md|mkdn?|mdown|markdown/) do |content| Markdown.new(content).to_html end