Tagged Questions

8
votes
1answer
339 views

How to retrieve BOTH the markdown and html using the wmd-editor control?

I am using WMD-Editor and would look to store both the Markdown and HTML version of the text that is entered. I can only seem to get access to the output as Markdown OR HTML, but not both. I am ...
2
votes
2answers
187 views

How to include WMD Editor in my website?

I know this might seem a simple question, but with all the WMD versions out there, I need to know how to include WMD Editor in my website, and is there a server control to include in server-side or ...
0
votes
1answer
30 views

How do I strip out the contents of my Pagedown editor?

I'm not even sure if this is possible, I am using the excellent Pagedown editor (used on this site). Usually my text is in an textarea... <textarea name="Description"> </textarea> And ...
0
votes
1answer
72 views

Validating WMD Editor content

I want to validate (as a RequiredField) the WMD Editor content <div class="wmd-panel"> <div id="wmd-editor"> <div id="wmd-button-bar"></div> ...
0
votes
1answer
307 views

Markdown editor in ASP.NET MVC

I'm looking to use markdown in my website, and I'd like the editor (or something similar to) the one used here at Stackoverflow. As far as I can see, I can get this from the google code site. What I ...
0
votes
2answers
143 views

Can't seem to save the markup version of the text using wmd-editor

I'm running into an issue when I am saving the context of textarea using the wmd-editor it keeps wanting to save it as html. I have the following code: The input elements... <p> <%= ...