2.0.0 • Published 2 months ago

@aeharding/remark-lemmy-spoiler v2.0.0

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
2 months ago

remark-lemmy-spoiler

What is this?

This package is a unified remark plugin to add support for lemmy spoilers

Install

This package is ESM only. In Node.js (version 16+), install with npm:

npm install @aeharding/remark-lemmy-spoiler

In Deno with esm.sh:

import spoiler from 'https://esm.sh/@aeharding/remark-lemmy-spoiler@1'

In browsers with esm.sh:

<script type="module">
  import spoiler from 'https://esm.sh/@aeharding/remark-lemmy-spoiler@1?bundle'
</script>