cli-markdown
v3.5.1
Published
Render Markdown to Terminal
Downloads
5,153
Maintainers
Readme
Welcome to cli-markdown
Renderer Markdown in the Terminal. Supports pretty tables and syntax highlighting
Install
npm i -g cli-markdownExample
md demo.mdThis will produce the following:

Usage as module
npm i cli-markdownconst cliMd = require('cli-markdown');
const md = '# Hello World'
console.log(cliMd(md));Run tests
npm run testAuthor
👤Grigorii Horos
- Github: @horosgrisa
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.
