markdown-abstract
v0.1.1
Published
A simple and flexible tool to abstractly generate Markdown
Downloads
6
Readme
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.