cli-md

Markdown for your terminal

Usage no npm install needed!

<script type="module">
  import cliMd from 'https://cdn.skypack.dev/cli-md';
</script>

README

cli-md

NPM

Transform markdown to terminal colors. Install with npm install cli-md

It is inspired by and similar to msee, but the implementation is using marked-terminal as a marked renderer internally.

Usage

var md = require('cli-md')
md('# markdown')

Command line usage

$ cli-md < Readme.md
$ cli-md Readme.md

Which would look something like this: Photo