Tagged Questions
Markdown is a lightweight markup language.
73
votes
11answers
13k views
Markdown versus ReStructuredText [closed]
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?
42
votes
6answers
7k views
Compare and contrast the lightweight markup languages (Textile, Markdown, and reStructuredText) [closed]
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 ...
40
votes
6answers
8k views
Is there any good Markdown Javascript library or control?
I want to build a site where the user can enter text and format it in Markdown. The reason I'd like a Javascript solution is because I want to display a live preview, just like on StackOverflow.
My ...
29
votes
10answers
5k views
How would you go about parsing markdown?
You can find the syntax here.
The thing is, the source that follows with the download is written in perl. Which I have no intentions of honoring. It is riddled with regex and it relies on MD5 hashes ...
28
votes
11answers
4k views
How can I mix LaTeX in with Markdown?
I've been using Markdown for class notes, and it's great. I even do some preprocessing on the Markdown so I can do things like tables. But this term I'm teaching a class with a lot of math, and I'd ...
27
votes
2answers
2k views
Which Stack Overflow-style Markdown (WMD) JavaScript editor should I use?
Background
I'm working on an application which requires user-entered content, and I've decided to use a Stack Overflow-style Markdown editor. After researching this topic for the last few days, I ...
25
votes
5answers
3k views
What Markdown c# library should I use?
I want to build a simple cms and I would able to allow the user to input the text with the Markdown syntax (as StackOveflow). There's a c# open sourced library I can use?
22
votes
2answers
524 views
How to use ASP.NET MVC 3 and Stackoverflow's Markdown
I've been researching for a few hours now and couldn't find any real sources for this. I'm building a site in ASP.NET MVC 3 and would like to take advantage of the Markdown editor that StackOverflow ...
21
votes
17answers
2k 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 ...
18
votes
3answers
2k views
Markdown Implementations for C/C++
What is the best implementation of Markdown for C or C++?
I found these via Google, and would appreciate comments about which ones work well and which ones don't (and which ones I may have missed):
...
18
votes
3answers
4k views
HTML to Markdown with Java
is there an easy way to transform HTML into markdown with JAVA?
I am currently using the Java MarkdownJ library to transform markdown to html.
import com.petebevin.markdown.MarkdownProcessor;
...
...
17
votes
3answers
371 views
Wiki or Markdown-like syntax for simple forms?
Is there any simple language similar to Markdown or one of the Wiki Markups that gets converted into HTML form elements?
For example:
name* = ___________
sex = (x) Male () Female
phones = [] ...
17
votes
7answers
4k views
Can you suggest a Non-HTML WYSIWYG web editor?
I am scouting the market for a good WYSIWYG editor. My users are going to write stuff just like I'm doing now on Stack Overflow, but they aren't as tech-savvy as the SO users, so I need a WYSIWYG ...
17
votes
6answers
7k views
Better ruby markdown interpreter?
I'm trying to find a markdown interpreter class/module that I can use in a rakefile.
So far I've found maruku, but I'm a bit wary of beta releases.
Has anyone had any issues with maruku? Or, do you ...
16
votes
2answers
930 views
Interpret newlines as <br>s in markdown (Github Markdown-style) in Ruby
I'm using markdown for comments on my site and I want users to be able to create line breaks by pressing enter instead of space space enter (see this meta question for more details on this idea)
How ...
16
votes
5answers
4k views
Doxygen alternative for C++
While doxygen seems to be good at indexing a large C++ project, I have some major gripes with it.
The generated output is ugly and poorly organized. Just finding a function in doxygen websites is ...
16
votes
8answers
7k 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 ...
16
votes
4answers
2k views
“Safe” markdown processor for PHP?
Is there a PHP implementation of markdown suitable for using in public comments?
Basically it should only allow a subset of the markdown syntax (bold, italic, links, block-quotes, code-blocks and ...
14
votes
2answers
637 views
Syntax Highlighting with Pygments is failing via Liquid Templates String Error
I'm using Jekyll to convert my markdown and Pygments for syntax highlighting.
Here is the error maruku displays:
Liquid error: undefined method `join' for "\n song_info = []\n for song in songs:\n ...
14
votes
10answers
2k views
Math in reStructuredText with LaTeX
I would like to use a lightweight markup language to take notes in my college classes.
My editor of choice is gedit, and I found reStructuredText Tools for Gedit, which will run the reStructuredText ...
14
votes
1answer
1k views
Using sphinx with Markdown instead of RST
I hate RST but love sphinx. Is there a way that sphinx reads markdown instead of reStructuredText?
14
votes
4answers
1k 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.
13
votes
3answers
214 views
What is the canonical implementation of markdown?
The problem with writing my own Markdown parser in Clojure is that Markdown is not a well-specified language. There is no "official" grammar, just an informal "Here's how it works" description and ...
13
votes
5answers
3k views
Markdown and image alignment
I'm helping out a friend with a non-profit site that publishes articles in issues each month. They are mostly straightforward, and I think using a markdown editor (like the wmd one here in SO) would ...
13
votes
4answers
3k 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 ...
12
votes
4answers
521 views
Any hosted blog engine with integrated markdown and code highlighting?
Is anyone aware of any hosted blog engine (like wordpress.com for example) that supports writing posts in Markdown, and also supports code highlighting?
11
votes
5answers
743 views
In search of an open-source standalone markdown GUI editor
Where can I find a decent stand-alone (meaning not web-based) Markdown editor? One Markdown syntax highlighting, and preferably HTML preview.
I run both Windows and OS X, so something cross-platform ...
11
votes
3answers
1k views
How to store Markdown comments
I want to use Markdown for my website's commenting system but I have stumbled upon the following problem: What should I store in the database - the original comment in Markdown, the parsed comment in ...
11
votes
4answers
2k views
What is the simplest implementation of Markdown for a Cocoa application?
I'm writing a Cocoa application in Objective-C, and I would like to be able to incorporate Markdown. The user will enter text in Markdown syntax, click an "export" button, and the program will output ...
11
votes
2answers
2k views
Can I define a class name on paragraph using Markdown?
Can I define a class name on paragraph using Markdown? If so, how?
11
votes
5answers
2k 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 ...
10
votes
3answers
507 views
How to remove HTML tags from user content? [closed]
NOTE: I asked this question already and it migrated to meta. This is not a specific question about stack overflow so much as it's a question about a behavior I would like to include in my own project. ...
10
votes
4answers
613 views
Why do I need Markdown?
Why do I need a Markdown with a front edit editor like WMD? What does the markdown do to the content that’s sent from the WMD editor?
How does Markdown store the content in the backend? Is it the same ...
9
votes
3answers
2k views
How to generate PDF from markdown using pure ruby
I'm currently using Kramdown to generate HTML from Markdown in Ruby.
I know that I can generate a latex file using kramdown and convert it to pdf usaing a command line utility. But I want a pure ruby ...
9
votes
3answers
948 views
Is there javascript to convert HTML to markdown?
There is showdown.js to convert markdown to HTML, and PHP Markdown to convert markdown to and from HTML. My question is, is there javascript library to convert HTML to markdown?
9
votes
4answers
2k views
How to load program resources in Clojure
How do you load program resources such as icons, strings, graphical elements, scripts, and so on in a Clojure program? I am using a project layout similar to that in many Java projects where there is ...
9
votes
4answers
2k 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 ...
9
votes
2answers
343 views
How do get WMD-Editor to post Markdown to the server and not HTML?
it seem that WMD-Editor is posting HTML to the server instead of the markdown? How can i get it to send the Markdown?
9
votes
5answers
869 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 ...
9
votes
2answers
587 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 ...
9
votes
2answers
898 views
How do you store the markdown using WMD in ASP.NET?
I have implemented the WMD control that Stack Overflow 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 not the ...
8
votes
1answer
357 views
github relative link in markdown file
Is there a way to create a URL anchor <a> link from within a markdown file, to another file within the same repo and branch (aka a link relative to the current branch).
For example, in the ...
8
votes
2answers
202 views
Any WPF based Markdown renderer?
We have WPF based application. We have separate String repository where the texts are edited in the web. In our WPF application, we use the text from string repository. Our document team use the some ...
8
votes
2answers
1k views
Cross-reference (named anchor) in markdown
Is there markdown syntax for the equivalent of:
Take me to <a href="#pookie">pookie</a>
...
<a name="pookie">this is pookie</a>
8
votes
2answers
299 views
How can I get Wordpress to save comments in markdown format?
I love markdown, and I have the Wordpress markdown-for-wordpress-and-bbpress parsing markdown in my posts and comments.
However, I've noticed that Wordpress saves the comments rendered in html ...
8
votes
3answers
201 views
How do I allow safely and inexpensively allow images on my site?
I have developed a social networking site for gardeners website, and am interested in giving users the ability to add images to their "tweets".
If I allow them to upload images to the actual site, ...
8
votes
1answer
334 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 ...
8
votes
2answers
756 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 ...
8
votes
3answers
476 views
What markup language for richly formated content?
When you are developing a web-based application and you want to allow richly formatted text from the user you have to make a choice about how to allow that input. Many different markup languages have ...
8
votes
4answers
922 views
What is the best way to store and display markdown-entered text?
I've noticed that the wmd editor can either output HTML or markdown. Does it make more sense to store the user input (in a database) as markdown or HTML? If as markdown, what is the best way to ...