1.4.0 • Published 5 months ago

remark-lesetid v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

📖 remark-lesetid

npm install remark-lesetid

📚 Usage

import remarkLesetid from "remark-lesetid";

Astro

Astro support is builtin and provided via the astro specific export.

import { defineConfig } from "astro/config";
import remarkLesetid from "remark-lesetid/astro";

// https://astro.build/config
export default defineConfig({
  markdown: {
    remarkPlugins: [remarkLesetid]
  },
});

📄 License

Published under MIT License.

1.4.0

5 months ago

1.3.0

7 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago