remark-lesetid
v1.2.0
Published
A remark plugin to add reading time to your markdown files
Downloads
8
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 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.