# File lib/maruku/output/to_markdown.rb, line 204
    def to_md(context={})
      warn "Maruku#to_md is deprecated and will be removed in a near-future version of Maruku."
      old_md(context)
    end