# File lib/maruku/output/to_markdown.rb, line 85
  def to_md_ref_definition(context)
    "[#{@ref_id}] #{@url}#{" \"#{@title}\"" if @title}"
  end