Chrome Markdown Extension
Automatically parses markdown files into HTML. This is useful if you're writing markdown (ultimately targeting HTML) and want a quick preview.
Usage
- Install extension from webstore (creates no new UI)
- Check "Allow access to file URLs" in
chrome://extensions
listing: - Open local or remote .md file in Chrome.
- See nicely formatted HTML!
Note
If you cannot open the files in the chrome, it might due to the file extiension. Change the file extension from .md to .mkd or markdown and try again. Previewing the markdown file might be worked.
Thanks
Thanks to Kevin Burke for his markdown-friendly stylesheet, to John Fraser for his JavaScript markdown processor and to Swartz and Gruber for Markdown.