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