Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have found lots of libraries that use .md files for their documentation, especially on Github. I can't seem to find how to visualize them correctly on windows, only on Linux (with a specific version of Perl)

Any ideas?

share|improve this question
1  
What is the solution you found on Linux? – Jonathan Allard May 28 '12 at 13:41

7 Answers

up vote 9 down vote accepted

Try Downmarker? https://bitbucket.org/wcoenen/downmarker

share|improve this answer
1  
How am I supposed to use this? No docs or instructions? No installer? Gotta love developers ¬¬ – HappyDeveloper Oct 14 '11 at 19:10
1  
Click on the downloads page, there's an MSI installer. bitbucket.org/wcoenen/downmarker/downloads – batman Oct 14 '11 at 20:39
Thanks ######## – HappyDeveloper Oct 17 '11 at 15:03
works perfect for me, splitscreen (edit/preview section), small, working installer, easy to use – c33s Dec 27 '11 at 12:41
1  
@HappyDeveloper: sorry that the installer was hard to find, I've created a friendlier landing page now at downmarker.net with a big "download" button :-) – Wim Coenen Apr 10 '12 at 10:22
show 4 more comments

I also wanted a Markdown editor for Windows, so I decided to make exactly the app I needed. I ended up creating MarkdownPad (http://markdownpad.com), a full-featured Markdown editor for Windows.

MarkdownPad, the Markdown Editor for Windows

MarkdownPad is lightweight (about 1.5 MB, not including the .NET 4 Framework), and offers Live HTML Preview, convenient keyboard shortcuts and toolbar buttons and many other features:

  • Everything is customizable. Fonts, colors, sizes, and even the CSS stylesheet of the rendered HTML. The default CSS is beautiful and minimal, and will make your HTML documents look great.
  • Easy HTML export. You can export the full document as HTML, or just selected text. Distraction-free Mode: This full-screen mode turns your whole monitor into a blank canvas for you to get some serious work done.
  • Frequent updates I'm always improving MarkdownPad, and love hearing feedback from users.
  • Built natively for Windows. MarkdownPad was built from the ground up exclusively for Windows. It uses the latest Microsoft .NET 4 and Windows Presentation 4 Frameworks (translation: it's all kinds of shiny on the inside).

And I created this post in MarkdownPad!

share|improve this answer
2  
no offline installer, installer tries to load something from the net, agnitum.com/products/security-suite/index.php warns from suspicious file. downloading from download.cnet.com ships lupc download.cnet.com/LUPC/3000-2162_4-75206417.html instead of markdownpad – c33s Dec 27 '11 at 12:46
2  
@c33s MarkdownPad is deployed via Microsoft's ClickOnce technology (en.wikipedia.org/wiki/ClickOnce) which is why it downloads additional installation files, and I assure you the installer and application is completely safe. This has been independently verified by SoftPedia as "100% clean" (softpedia.com/progClean/MarkdownPad-Clean-199704.html) if that holds any value with you. – Evan Wondrasek Dec 28 '11 at 17:13
2  
thank you for the info. for installation in closed environments/companies it will help to provide a msi offline installer. – c33s Jan 1 '12 at 14:10
4  
@c33s I'm currently working on a portable version, keep an eye on markdownpad.com/news for more information :) – Evan Wondrasek Jan 3 '12 at 15:49
2  
Evan, Thank you for creating such a wonderful tool. I am using it daily ever since I discovered it. In fact, this might just be my perfect note taking tool/word processor. – Nanda Jan 22 '12 at 8:58
show 7 more comments

Just found the Markdown-Preview Chrome Extension which lets you visualize the file in the Browser. Be sure to read the installation instructions.

share|improve this answer

No need to install anything :

https://help.github.com/articles/github-flavored-markdown

share|improve this answer
1  
Link is currently broken. – Peter Majeed Apr 16 at 20:58

If you have Eclipse already installed, just use the Eclipse Markdown Editor Plugin.

share|improve this answer

I have always used Windows Word Pad and it has seemed to work.

share|improve this answer
Similar answer already to this question with lots of downvotes. Probably isn't what they are looking for. – Ren Feb 11 at 14:25
The need for an md editor is for predominantly for a live preview. These editors don't have that capability. – Nandish A Mar 20 at 9:31

Markdown reads just fine as plain text, open it in your usual text editor.

share|improve this answer
Upvote for plain text – Paul Betts Apr 16 at 22:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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