SkillAgentSearch skills...

Ansidown

Convert a subset of markdown do a somewhat ANSI compatible output

Install / Use

/learn @3rd-Eden/Ansidown
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks1

Languages

JavaScript

Security Score

55/100

Audited on Feb 22, 2025

No findings