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