@aeharding/remark-lemmy-supersub
v1.0.0
Published
remark plugin to support lemmy supersub
Downloads
353
Maintainers
Readme
remark-lemmy-supersub
What is this?
This package is a unified remark plugin to add support for lemmy super/sub
Install
This package is ESM only. In Node.js (version 16+), install with npm:
npm install @aeharding/remark-lemmy-supersubIn Deno with esm.sh:
import supersub from 'https://esm.sh/@aeharding/remark-lemmy-supersub@1'In browsers with esm.sh:
<script type="module">
import supersub from 'https://esm.sh/@aeharding/remark-lemmy-supersub@1?bundle'
</script>