More Maruku #to_markdown fixes.

Is there any point to this?
What version of Markdown are
we targetting, anyway?
This commit is contained in:
Jacques Distler 2011-08-21 13:41:20 -05:00
parent f463a3b1c8
commit 477bd91567
14 changed files with 69 additions and 51 deletions

View file

@ -47,15 +47,14 @@ This is ruby code:
*** Output of to_md ***
This is ruby code:
require 'maruku'
puts Maruku.new($stdin).to_html
require 'maruku'
puts Maruku.new($stdin).to_html
This is ruby code:
require 'maruku'
{: lang=ruby html_use_syntax}
require 'maruku'
puts Maruku.new($stdin).to_html
puts Maruku.new($stdin).to_html
*** Output of to_s ***
This is ruby code:This is ruby code: