More Maruku #to_markdown fixes.
Is there any point to this? What version of Markdown are we targetting, anyway?
This commit is contained in:
parent
f463a3b1c8
commit
477bd91567
14 changed files with 69 additions and 51 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue