# File lib/maruku/output/to_markdown.rb, line 23
  def to_md_inline_code(context)
    "`#{@raw_code}`"
  end