Go Back to projects

📖 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.