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