Tagged Questions

0
votes
1answer
18 views

wmd markdown code problem

hi all i m using wmd markdown editor in my project and i have a problem with code tags: if i enter a code snippet , markdown does not convert to html correctly it converts in "<p>" tags but if i …
0
votes
0answers
31 views

Is there any way to stop wmd-editor from wrapping text area contents in a p tag?

It's causing an issue with my formatting when it wraps the textarea's contents in <p> tags. It doesn't seem to be coming from anywhere in my markup as adding the "wmd-ignore" class and posting …
0
votes
1answer
16 views

Line breaks in WMD editor

Does anyone have any suggestions on how to handle line breaks with a WMD editor? When a user hits enter in the textarea I want it to equate to a line break in the html. Thanks...
1
vote
2answers
132 views

wmd-editor breaks in IE8

We have recently started using WMD editor and found that in IE 8, it just goes on increasing the scroll size of the page by simply increasing the size of the textarea endlessly. The only option left …
3
votes
3answers
325 views

Use “Updated WMD Editor” in textareas loaded by AJAX Forms

We're trying to use Stackoverflow's excellent WMD / Markdown editor (http://blog.stackoverflow.com/2009/01/updated-wmd-editor/, http://github.com/derobins/wmd/tree/master) on a Symfony project. This …
0
votes
0answers
17 views

WMD Editor preview only? Text into entry area? Mirroring text?

I'm currently using a version of the WMD editor that allows me to just have the text entry area and the preview area. This functionality is all I need and I'm wondering if there would be a more …
5
votes
1answer
98 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
173 views

Best version of the WMD to use in a project?

Hi. I'm interested in using the WMD editor in another project* but I'm not quite sure which version I should go with. From trawling through the Stack overflow blog I've found mention of a version on …
1
vote
1answer
82 views

multiple wmd textareas on the same page

I'm trying to use the wmd markdown text editor for my site. I have two textareas on my page and I need the wmd editor for both. By default, it assigned it only to the first texarea, but how do I …
5
votes
3answers
436 views

How can i hook up WMD editor on my django forms?

How can i hook-up WMD editor on to my django forms?
3
votes
1answer
132 views

How do I get the value of WMD editor?

I am playing around with using the WMD Editor (http://wmd-editor.com/) in my site. I have a really simple question. When I am ready to submit the text to the server; how do I get the output of the …
8
votes
2answers
324 views

Saving contents of the WMD Editor Control

I'm trying to implement the WMD editor used on StackOverflow to create some basic Wiki-style functionality. I'm up to the point where it's time to save to the database, but I'm unsure as to what I …