When dealing with rich text user input in Rails, what is considered the best approach? While Markdown seems promising, I am struggling to find a user-friendly editor for set up and unsure about how to properly sanitize the HTML. The sanitize
helper still permits certain elements like </div>
, which disrupts my layout. My goal is to ensure that the sanitized code adheres to XHTML Strict standards.