# File lib/cucumber/formatter/pdf.rb, line 135
      def step_name(keyword, step_match, status, source_indent, background)
        return if @hide_this_step
        line = "<b>#{keyword}</b> #{step_match.format_args("%s").gsub('<', '&lt;').gsub('>', '&gt;')}"
        colorize(line, status)
      end