From: bdarcus@... Date: 2005-07-20T19:50:55+09:00 Subject: Re: customizing redcloth? Tom Counsell wrote: > In case you haven't figured this out already, you need to either: > a) add :inline_textile_quote to the list of rules in the RedCloth > to_html method or > b) call to_html with to_html(:textile,:inline_textile_quote) or > c) add :inline_textile_quote DEFAULT_RULES constant. Thanks Tom. Tied b, but no luck. I'll need to see if something's wrong with my method. That aside, is there some way for me to do a or c without touching the redcloth.rb source? Bruce