# File lib/maruku/helpers.rb, line 60
    def md_abbr(abbr, title)
      md_el(:abbr, abbr, :title => title)
    end