Just as I get one part of redcloth working, something else seems to stop working. Here is my code so far.. def text_output(text) textilized = RedCloth.new(text, [:filter_html, :filter_styles ]) simple_format(textilized.to_html(:inline_textile_span, :glyphs_textile, :inline_textile_link)) end This is what I want to do to my ''text''.. * Allow *bold* * Allow _italic_ * Allow "links":www.link.com * Stop all CSS & Table code in redcloth * Escape all other HTML * Format paragraphs like so <p>blah blah blah blah<br/> blah blah blah</p Does anything in my code look really wrong? Any ideas how I''d get the results I want? I''d really really appreciate some help with this! Thanks Scott -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---