Renderer Markdown in the Terminal. Supports pretty tables and syntax highlighting
npm i -g cli-markdown
md demo.md
This will produce the following:
npm i cli-markdown
const cliMd = require('cli-markdown');
const md = '# Hello World'
console.log(cliMd(md));
npm run test
👤Grigorii Horos
- Github: @horosgrisa
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Grigorii Horos.
This project is GPL-3.0-or-later licensed.