# File lib/creole/parser.rb, line 85
    def escape_html(string)
      CGI::escapeHTML(string)
    end