It seems that WMD-Editor is posting HTML to the server instead of the markdown. How can i get it to send the Markdown?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In the master branch of the SO version, the interesting line is line 2341:
Change this to ask for markdown instead:
.. and you'll get the Markdown instead. |
|||
|
|
|
In my version (mooWMD) you have to change the value at line 1343 from 'html' to 'markdown'. |
|||
|
|