# File lib/maruku/output/to_markdown.rb, line 18
  def to_md_header(context)
    pounds = "#" * @level
    "#{pounds} #{children_to_md(context)} #{pounds}\n\n"
  end