# File lib/maruku/helpers.rb, line 67 def md_li(children, want_my_par, al=nil) md_el(:li, children, {:want_my_paragraph=>want_my_par}, al) end