The wmd-markdown tag has no wiki summary.
4
votes
1answer
147 views
Is there a WMD-like WYSIWIG Editor that supports Markdown Extra?
I have some editor pages in my CMS that use the WMD control for inputting and displaying content written in Markdown.
We have now switched to Markdown Extra (because we needed tables) but WMD can't ...
2
votes
2answers
223 views
PHP Sanitized markdown - html output
I have WMD editor on my site, and i store the markdown in the DB. But before i send the markdown to database i filter it with mysql_real_escape_string, like that:
$to_database = ...
0
votes
1answer
118 views
Which fork of jQuery-compatible WMD is the fork to pay attention to?
There seems to be little organization or effort to lead a stable or most up-to-date version of the jQuery-compatible version of WMD.
https://github.com/openlibrary/wmd/network
The latest version of ...
0
votes
1answer
143 views
Where is the latest version of WMD editor?
The latest version of WMD on derobin's GitHub page is quite old and seems to be unmaintained. Following the social graph, the OpenLibrary WMD page looks much newer but still isn't the newest. Where is ...
0
votes
2answers
266 views
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>
...