An open API service indexing awesome lists of open source software.

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

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

![](https://user-images.githubusercontent.com/6166576/47211541-4b986a80-d3c8-11e8-8922-accb6e4f27b5.png)

## 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/