# File lib/maruku/helpers.rb, line 131
        def md_strong(children, al=nil)
                md_el(:strong, [children].flatten, {}, al)
        end