# File lib/maruku/helpers.rb, line 54 def md_code(code, al=nil) md_el(:inline_code, [], {:raw_code => code}, al) end