A simple and flexible tool to abstractly generate Markdown
npm i markdown-abstract
const { GithubFlavoredEngine } = require("markdown-abstract");
const engine = new GithubFlavoredEngine();
engine.bold("Bold text here"); // **Bold text here**
This project was made with Typescript and so the typings are bundled with it.