# File lib/maruku/helpers.rb, line 134 def md_par(children, al=nil) md_el(:paragraph, children, {}, al) end