1.4.0 • Published 5 months ago
remark-lesetid v1.4.0
📖 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.