markdown-abstract
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

markdown-abstract

A simple and flexible tool to abstractly generate Markdown

Installation

npm i markdown-abstract

Usage

const { GithubFlavoredEngine } = require("markdown-abstract");
 
const engine = new GithubFlavoredEngine();
 
engine.bold("Bold text here"); // **Bold text here**

Typescript

This project was made with Typescript and so the typings are bundled with it.

Documentation

Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i markdown-abstract

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

19.3 kB

Total Files

28

Last publish

Collaborators

  • shadowtime2000