# File lib/maruku/output/to_markdown.rb, line 44
  def to_md_strong(context)
    "**#{children_to_md(context)}**"
  end