I downloaded the latest Mercurial of the wmd-new project at: http://code.google.com/p/wmd-new/
I noticed, on the demo page, that the editor lets me do:
<script>alert('hello world');</script>
And that these script tags are not escaped in the generated HTML. Obviously I don't want people being able to insert client-side script via the markdown editor. Will it be possible for the new wmd editor to disable this or escape the script tags?
<script>stuff; I can't see any use for having an actual script tag being rendered in the page. If someone typed that in the editor, it's more likely they wanted it to be escaped as they're writing code or something. – Jez Mar 1 '11 at 11:02