@bots-gg/markup
v1.3.1
Published
Unified markdown handling & XSS fixer for bots.gg
Downloads
15
Keywords
Readme
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!*");
// ...