Hi Derek,
On 6/25/05, Derek Gulbranson <derek@derekgulbranson.com>
wrote:> Is there a way to escape HTML using Textile? I want to copy and paste
> a bunch of html but Textile inserts a bunch of line breaks and shows
> the comments. I want to render the html, not show the code. Seems
> there must be a simple thing I''m missing, google wasn''t
that productive.
Not sure exactly what the problem is. Normally HTML is processed as
usual, without textile intervention. (This behaviour can be overriden
if you want to disallow raw html in pages by turning on the ''safe
mode'' option in the web setup page).
Anyway, If you want RedCloth to stay out of a particular section, just
wrap it with <notextile> and </notextile> tags.
HTH,
Assaph