0.8.0 • Published 5 years ago

markdone v0.8.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Markdone

Markdone is a vary simple command line tool for markdown live preview.

You can edit your markdown file with your favorite editor, and get the gfm style preview in your browser, the preview page will refresh automatically when the file is updated.

demo

Installation

$ npm i markdone -g

Usage

# live preview:
$ markdone live [file]

# build once:
$ markdone build [file]

# watch build:
$ markdone watch [file]

Code Highlight

Markdone use prism as its syntax highlighter, you can get the list of all supported languages on prism's homepage.

0.8.0

5 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.8

7 years ago

0.3.6

7 years ago

0.3.4

7 years ago

0.3.2

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago