Rich Collins successfully answered kris's question:

How do you secure Markdown so that it does not allow javascript with rails?

I see guruza does it as this link should popup an alert but does not work here.

People succeed in answering kris's questions 14% of the time (1 success in 7 attempts).

Answers by: Zachary Holt | Rich Collins

Rich Collins's Answer:

Reply by Rich Collins 728 days ago

We use the rails [sanitize](http://api.rubyonrails.org/classes/ActionView/Helpers/TextHelper.html#M000516) method after calling markdown.

Chat Conversation 728 days ago

hey Rich Collins at 10:51 AM on Friday September 1st, 2006

Reply by kris 728 days ago

Doh, I already knew about that but forgot. Thanks Rich!