Options
All
  • Public
  • Public/Protected
  • All
Menu

markdown-abstract


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