@bots-gg/markup

Unified markdown handling & XSS fixer for bots.gg

Usage no npm install needed!

<script type="module">
  import botsGgMarkup from 'https://cdn.skypack.dev/@bots-gg/markup';
</script>

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!*");
// ...