# File lib/maruku/output/to_markdown.rb, line 64
  def to_md_paragraph(context)
    line_length = context[:line_length] || DefaultLineLength
    wrap(@children, line_length, context)+"\n"
  end