https://github.com/zce/chrome-markdown
Preview GitHub Flavored Markdown in Chrome
https://github.com/zce/chrome-markdown
Last synced: 12 months ago
JSON representation
Preview GitHub Flavored Markdown in Chrome
- Host: GitHub
- URL: https://github.com/zce/chrome-markdown
- Owner: zce
- License: isc
- Created: 2016-06-13T02:02:50.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:54:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T08:50:38.279Z (over 1 year ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chrome-markdown
[![Build Status][travis-image]][travis-url]
[![Dependency Status][dependency-image]][dependency-url]
[![devDependency Status][devdependency-image]][devdependency-url]
[![Code Style][style-image]][style-url]
> 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:
```shell
$ cd path/to/root
$ git clone https://github.com/zce/chrome-markdown.git
```
And then install dependencies.
```shell
$ cd chrome-markdown
$ npm install
```
### Build it
```shell
$ 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
[travis-image]: https://img.shields.io/travis/zce/chrome-markdown/master.svg
[travis-url]: https://travis-ci.org/zce/chrome-markdown
[dependency-image]: https://img.shields.io/david/zce/chrome-markdown.svg
[dependency-url]: https://david-dm.org/zce/chrome-markdown
[devdependency-image]: https://img.shields.io/david/dev/zce/chrome-markdown.svg
[devdependency-url]: https://david-dm.org/zce/chrome-markdown?type=dev
[style-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[style-url]: http://standardjs.com/