Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/honza/mdchrome

Markdown preview Chrome extension
https://github.com/honza/mdchrome

Last synced: about 5 hours ago
JSON representation

Markdown preview Chrome extension

Awesome Lists containing this project

README

        

MdChrome
========

MdChrome is a Chrome extension that allows you to preview the HTML version of a
Markdown document. Anytime you view a file with a markdown file extension,
MdChrome will parse it and display a pretty version of it (with basic CSS).

You can double click the `MdChrome.crx` file to install a compressed version.

MdChrome uses [markdown-js][1] to do the Markdown rendering.

BSD licensed.

[1]: https://github.com/evilstreak/markdown-js