# File lib/rd/rd2html-ext-lib.rb, line 85
      def make_title(title)
        unless @headline_called || @title then
          @title = title.join.strip
          @headline_called = true
        end
      end