Any program or editor in windows 7 to run ".md" files

Posted by Anmol Saraf on Super User See other posts from Super User or by Anmol Saraf
Published on 2012-12-07T20:17:24Z Indexed on 2012/12/08 11:17 UTC
Read the original article Hit count: 302

I understand that '.md' is an extension for markdown format. While installing 'Grunt' from GitHub I see a lot of .md extension files inside node_module/grunt/docs folder.

As per my understanding these files are supported by GitHub for documentation kind of things if I am not wrong.

My question here is - Are there any editors/tools or programs available for Windows 7 where I can see these .md files executing ?

When I try to open any of these file inside my text editor it displays in raw format with all '#" etc. keywords.

I want to see the formatted version of these files so that without an internet connection also I can navigate the documentation on my machine.

Thanks for helping !!

© Super User or respective owner

Related posts about windows-7

Related posts about documentation