Skip to content

Convert a subset of markdown do a somewhat ANSI compatible output

Notifications You must be signed in to change notification settings

3rd-Eden/ansidown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert a subset of markdown do a somewhat ANSI compatible output

Resources

Stars

Watchers

Forks

Packages

No packages published