# File lib/yard/generators/helpers/html_helper.rb, line 55
      def fix_dash_dash(text)
        text.gsub(/—(?=\S)/, '--')
      end