2.1.0 • Published 6 years ago

markdown-chalk v2.1.0

Weekly downloads
147
License
MIT
Repository
github
Last release
6 years ago

Markdown-Chalk

A markdown parser that uses chalk to print a markdown file nicely in the terminal.

CLI usage

Usage: markdown-chalk --input [Markdown File] --lineLength [num]

Options:
  -h, --help        Show help                                          [boolean]
  -i, --input                                  [required] [default: "README.md"]
  -l, --lineLength                                                 [default: 80]

Require() usage

var markdownChalk = require('markdown-chalk');

var result = markdownChalk('# Some Markdown string');

console.log(result);
2.1.0

6 years ago

2.0.0

6 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

9 years ago

1.0.0

9 years ago