cli-markdown

3.2.2 • Public • Published

Welcome to cli-markdown

Version Documentation Maintenance License: GPL-3.0 Downloads

Renderer Markdown in the Terminal. Supports pretty tables and syntax highlighting

Install

npm i -g cli-markdown

Example

md demo.md

This will produce the following:

Screenshot of cli-markdown

Usage as module

npm i cli-markdown
const cliMd = require('cli-markdown');

const md = '# Hello World'

console.log(cliMd(md));

Run tests

npm run test

Author

👤Grigorii Horos

Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2019 Grigorii Horos.

This project is GPL-3.0-or-later licensed.

Package Sidebar

Install

npm i cli-markdown

Weekly Downloads

709

Version

3.2.2

License

GPL-3.0-or-later

Unpacked Size

63.4 kB

Total Files

7

Last publish

Collaborators

  • horosgrisa