mdown
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 13:50:36 -0800
2 files changed,
5 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.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.rb
→
lib/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