Ansidown
Ansidown is a simple module, it aims to solve a niche problem. And that is somewhat rendering Markdown for terminal usage.
Installation
npm install --save ansidown
Usage
'use strict'; var Parser = ; var parsed = '<markdown content here>'; console;
License
MIT