# File lib/maruku/helpers.rb, line 135
        def md_emstrong(children, al=nil)
                md_strong(md_em(children), al)
        end