šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

cli-markdown

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-markdown

Render Markdown to Terminal

3.4.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

  • 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.

Keywords

html

FAQs

Package last updated on 12 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts