1.1.0 • Published 3 months ago

remark-lesetid v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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 remarkLesetid from "remark-lesetid/astro";
import { defineConfig } from "astro/config";

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

📄 License

Published under MIT License.