# File lib/maruku/output/to_markdown.rb, line 27 def to_md_code(context) @raw_code.split("\n").collect { |line| " " + line}.join("\n") + "\n\n" end