# File lib/hikidoc.rb, line 686
    def preformatted(str)
      @f.print "<pre>"
      @f.print str
      @f.puts "</pre>"
    end