I setup the default wmd.js
to my admin textareas for my Bug models. Now it gets saved as HTML and when I go to edit the entry in the admin, I see the literal html:
<p>foo</p>
What strategy could I use so it only renders this <p>foo</p>
in the views/html instead of the edit view?