Hi, it seem that WMD-Editor is posting HTML to the server instead of the markdown? How can i get it to send the Markdown?
|
2
|
|
|
|
|
|
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'. |
||
|
|
