Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 858 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 858 Bytes

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
  3. Open local or remote .md file in Chrome.
  4. See nicely formatted HTML!

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.