# File lib/cucumber/formatter/html.rb, line 291
      def doc_string(string)
        return if @hide_this_step
        @builder.pre(:class => 'val') do |pre|
          @builder << h(string.gsub("\n", '&#x000A;'))
        end
      end