Tagged Questions
9
votes
2answers
592 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 ...
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 ...
4
votes
1answer
146 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 ...
3
votes
3answers
172 views
What's wrong with my markdown syntax? Broken in Stack Overflow and bluecloth
I just wrote some markdown and it doesn't seem to render correctly.
Is it legal syntax to have an ordered list, followed by newlines, then followed by an unordered list? Or is this a bug in ...
2
votes
1answer
132 views
Is this the right version to use of the WMD Markdown editor?
This Google code repository called "wmd-new" seems to be latest and most active version of the WMD Markdown editor. It has recent modification dates.
However, it has a link labeled "WMD development ...
1
vote
0answers
151 views
MediaWiki markup equivalent of WMD live-previewing editor? (not WYSIWYG)
What editor like the WMD editor can be recommended, but using MediaWiki markup instead of Markdown? Our site is already using MediaWiki markup, but we want a slicker editor without changing Markup ...
1
vote
1answer
354 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 ...
0
votes
0answers
27 views
preview markdown in django templates
I'm using django-wmd-editor in my project, and by following the readme I could easily make it work in the admin. It's working like a charm, and it's really easy to set up. However in the readme I ...
0
votes
1answer
66 views
Using wmd-new to submit markdown
Does anyone use the wmd-new editor posted on google code?
I've installed the editor and got it to work correctly. I thought the editor would submit raw markdown. To my surprise it submits HTML. This ...
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
1answer
141 views
What is this WMD example missing?
Take it easy on me, guys. I have no idea what I'm doing.
I cloned the Git repository for the OpenLibrary/WMD fork based on my research that led me to this question.
I opened the wmd-test.html file ...
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>
<%= ...
0
votes
1answer
208 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 ...