From lists at ruby-forum.com Tue Jan 5 16:16:08 2010 From: lists at ruby-forum.com (Phil Cooper-king) Date: Tue, 5 Jan 2010 22:16:08 +0100 Subject: Disable Escaping Message-ID: <1639b634a53ae3566777c6a3c89623a3@ruby-forum.com> Is it possible to disable the HTML escaping? I'm not sure where its happening. I'm trying to use add a custom textile syntax(ruby) .... in which the syntax method uses a parser (UV) to convert the code into a coloured syntax, what's happening is that RedCloth Escapes the the code then UV escapes the code also. Thanks Phil -- Posted via http://www.ruby-forum.com/. From jg at jasongarber.com Wed Jan 27 06:55:50 2010 From: jg at jasongarber.com (Jason Garber) Date: Wed, 27 Jan 2010 06:55:50 -0500 Subject: Disable Escaping In-Reply-To: <1639b634a53ae3566777c6a3c89623a3@ruby-forum.com> References: <1639b634a53ae3566777c6a3c89623a3@ruby-forum.com> Message-ID: You've probably figured it out by now (nearly a month later), but the tag prevents RedCloth from touching what's inside. On Jan 5, 2010, at 4:16 PM, Phil Cooper-king wrote: > Is it possible to disable the HTML escaping? > > I'm not sure where its happening. I'm trying to use add a custom textile > syntax(ruby) .... in which the syntax method uses a parser (UV) to > convert the code into a coloured syntax, what's happening is that > RedCloth Escapes the the code then UV escapes the code also. > > Thanks > Phil > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Redcloth-upwards mailing list > Redcloth-upwards at rubyforge.org > http://rubyforge.org/mailman/listinfo/redcloth-upwards