Questions tagged [wmd-editor]

At the moment, this tool goes by the name of PageDown and is recognized as an online markdown text editor.

Incorporate the "Enhanced WMD Editor" into textareas that are dynamically loaded through AJAX forms

Our team is currently integrating Stackoverflow's WMD / Markdown editor into a Symfony project. We have managed to successfully implement it on textareas that do not involve any AJAX. However, we are facing challenges when we need to load the textarea ...

Weapons of Mass Destruction - receive markdown content

My application is utilizing a markdown editor from Google Code. $(document).ready(function () { var converter = Markdown.getSanitizingConverter(); var editor = new Markdown.Editor(converter); editor.run(); }); <div class="wmd-panel"> ...