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
We use the rails [sanitize](http://api.rubyonrails.org/classes/ActionView/Helpers/TextHelper.html#M000516) method after calling markdown.
Doh, I already knew about that but forgot. Thanks Rich!