0.1.1 • Published 4 years ago

markdown-abstract v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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