I really love using Markdown in documentation. I'm wanting to provide an offline copy of my documentation however. So what would be the best way of converting Markdown to either flat HTML or something like RTF?

I know I could make such a program fairly easy, but it'd be nice if there was an existing tool to do it for me.

link|improve this question

80% accept rate
feedback

3 Answers

up vote 6 down vote accepted

Sounds like you're looking for Pandoc.

link|improve this answer
1  
That just looks amazing. Markdown to basically anything and vice-versa – Earlz Apr 23 '11 at 15:48
feedback

The reference implementation of Markdown already converts to HTML, as the question requested. What more do you want? :-)

link|improve this answer
feedback

How about using the recent version of MultiMarkDown which has versions for most platforms. It can doe HTML, Latex and pdf (the latter with the right support packages).

There is also a (different) on-line editor/viewer at Jon Combe's Markdown Editor

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.