Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/honza/mdchrome
- Owner: honza
- Created: 2011-05-30T23:29:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-25T18:28:04.000Z (over 13 years ago)
- Last Synced: 2024-04-16T01:44:55.163Z (7 months ago)
- Language: JavaScript
- Homepage: https://github.com/honza/MdChrome
- Size: 5.46 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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