# markdown-preview **Repository Path**: mirrors_miho/markdown-preview ## Basic Information - **Project Name**: markdown-preview - **Description**: Enables Chrome to render markdown files as HTML - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chrome Markdown Extension Automatically parses markdown files (.md) into HTML. This is useful if you're writing markdown (ultimately targeting HTML) and want a quick preview. # Usage 1. Install extension from [webstore][] (creates no new UI) 2. Check "Allow access to file URLs" in `chrome://extensions` listing: ![fileurls](http://i.imgur.com/qth3K.png) 3. Open local or remote .md file in Chrome. 4. See nicely formatted HTML! # Thanks Thanks to Kevin Burke for his [markdown-friendly stylesheet][style], to John Fraser for his [JavaScript markdown processor][showdown] and to Swartz and Gruber for [Markdown][md]. [webstore]: https://chrome.google.com/webstore/detail/jmchmkecamhbiokiopfpnfgbidieafmd [style]: http://kevinburke.bitbucket.org/markdowncss [showdown]: https://github.com/coreyti/showdown [md]: http://en.wikipedia.org/wiki/Markdown