remark-lesetid
v2.0.7
Published
A remark plugin to add reading time to your markdown files
Maintainers
Readme
📖 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.
