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