# File lib/maruku/output/to_markdown.rb, line 73
  def to_md_link(context)
    "[#{children_to_md(context)}][#{@ref_id}]"
  end