Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.47 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.47 KB

chrome-markdown

Build Status Dependency Status devDependency Status Code Style

Preview GitHub Flavored Markdown in Chrome

Preview

Chrome Store

https://chrome.google.com/webstore/detail/chrome-markdown-preview/ghmocdlbmpcchcbkkingnkgemjacgfdf

for Developer

How to use

Clone the repo via git:

$ cd path/to/root
$ git clone https://github.com/zce/chrome-markdown.git

And then install dependencies.

$ cd chrome-markdown
$ npm install

Build it

$ gulp build
# archive
$ gulp archive

Note: requires a node version >= 4 and an npm version >= 2.

TODOS

  • Support Table of Content
  • Support YAML front matter
  • Support Draw Diagrams