18
votes
10answers
621 views
Is Markdown Friendly Enough for Non-Technical Users?
The Problem
I love using markdown to write questions, answers, posts, comments etc. That being said, I am a very technical, detail oriented, programmer type. However, I am working on a CMS of sorts …
15
votes
15answers
816 views
What tools does your team use for writing user manuals?
Basic requests are:
human readable / text format (for easy version control)
online (for collaboration)
easy formatting (markdown ok, html is too much)
strict formatting (so authors don't invent new …
10
votes
3answers
876 views
Compare and contrast the lightweight markup languages (Textile, Markdown, and reStructuredText)
Please identify the most popular lightweight markup languages and compare their strengths and weaknesses. These languages should be general-purpose markup for technical prose, such as for …
8
votes
2answers
319 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
10answers
2k views
Markdown versus ReStructuredText
What are people's thoughts on the pros and cons of Markdown versus ReStructuredText. Both seem like very usable and well-developed markup languages -- when might one want to use one over the other?
7
votes
3answers
830 views
Convert HTML back to Markdown for editing in wmd
I am curious to do what happens when you edit a post on this site.
I am using wmd for my markdown editor, of course when I goto edit, I get the HTML it generated not the markdown like on …
7
votes
1answer
364 views
How do you store the markdown using WMD in asp.net?
I have implemented the WMD control that StackOverflow uses into a project of mine, it almost works like a charm ... but ... when I save the changes to the database it is saving the HTML version and …
6
votes
2answers
261 views
How can I make spotlight index markdown files?
I typically use the .markdown or .md extension for markdown documents. Unfortunately spotlight refuses to index them unless they have the .txt file extension.
I've seen a possible solution involving …
6
votes
2answers
754 views
Vim Markdown highlighting (list items and code block conflicts)
I decide to learn more about vim and its syntax highlighting.
Using examples for others, I am creating my own syntax file for Markdown. I have seen mkd.vim and it has this problem too.
My issue is …
6
votes
5answers
471 views
Markdown vs markup - are they related?
I'm using markdown to edit this question right now. In some wikis I used wiki markup. Are they the same thing? Are they related? Please explain. If I want to implement one or the other in a web …
5
votes
2answers
191 views
Javascript to convert Markdown/Textile to HTML (and, ideally, back to Markdown/Textile)
There are several good Javascript editors for Markdown / Textile (e.g.: http://attacklab.net/showdown/, the one I'm using right now), but all I need is a Javascript function that converts a string …
5
votes
2answers
332 views
WMD markdown editor - HTML to Markdown conversion
I am using wmd markdown editor on a project and had a question:
When I post the form containing the markdown text area, it (as expected) posts html to the server. However, say upon server-side …
5
votes
1answer
95 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 …
5
votes
5answers
312 views
How to store lightweight formatting (Textile, Markdown) in database?
I'm going to be implementing a lightweight formatting language (probably Textile, maybe Markdown) in a project I'm working on, and I'm wonder how best to store it in the database.
If the user is able …
5
votes
3answers
290 views
.NET - Server-side Markdown to HTML Conversion
What is a good open source .NET library to convert markdown to HTML on the server?
If this has been answered somewhere else please point me to the post. Thanks.
