Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 221 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 221 Bytes

markup

Unified markdown handling & XSS fixer for bots.gg

Install

npm i @bots-gg/markup

Usage

const { render } = require("@bots-gg/markup");

const html = render("*I'm the best!*");
// ...