wmd-markdown

Does anyone know how to disable "code" blocks in WMD Markdown and MarkDownSharp

I'm wondering if anyone can help show me how to completely disable code blocks in WMD Markdown as well as in MarkDownSharp? In my implementation of markdown, there is no reason for the user have the ability to insert code. I have removed the editor button, but there is still the ability to insert the 4 spaces for a code block. ...

WMD - How to get the generated\Markdown HTML Code

well i got WMD but i am unable to learn how to get the generated HTML\Markdown Code.... i want to send it to the DB... thats why i am using PHP.... <script src='wmd.js'></script> <form name="formname" method='POST'> <textarea id="myTextarea" style="width: 500px; height: 200px;"> *This* example sets WMD's options programmatically. </t...