# File lib/creole/parser.rb, line 91
    def escape_url(string)
      CGI::escape(string)
    end