# 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:

```sh
npm install @aeharding/remark-lemmy-supersub
```

In Deno with `esm.sh`:

```js
import supersub from 'https://esm.sh/@aeharding/remark-lemmy-supersub@1'
```

In browsers with `esm.sh`:

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