# File lib/hikidoc.rb, line 750 def escape_html(text) text.gsub(/&/, "&").gsub(/</, "<").gsub(/>/, ">") end