0.0.1 • Published 10 years ago

ansidown v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

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 = require('ansiparse');

var parsed = new Parser('<markdown content here>');

console.log(parsed.toString());

License

MIT