From 6bacdd4a1ca70dc56d5bba2dbfe6f5d2500fe7ae Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Tue, 10 Dec 2024 17:20:48 +0100 Subject: [PATCH] docs: :memo: update the list of used plugins in README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2da5a..609d007 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ This template uses the following plugins to extend the capabilities and features | `@alexcarpenter/eleventy-plugin-caniuse` | Can I Use feature embeds | | `@grimlink/eleventy-plugin-lucide-icons` | Lucide icon shortcodes | | `@myxotod/eleventy-plugin-readingtime` | Adds an estimated reading time to posts | +| `@quasibit/eleventy-plugin-sitemap` | Generates a `sitemap.xml` from eleventy pages | | `eleventy-plugin-embed-everything` | Embeds YouTube, Soundcloud, Spotify, Instagram, etc. | | `eleventy-plugin-icons` | Plugin to use various icon sets in templates | | `eleventy-plugin-metagen` | Generates `` tags for social media embeds | @@ -43,6 +44,8 @@ This template uses the following plugins to extend the capabilities and features | `markdown-it-abbr` | Extends Markdown with syntax for `` tags | | `markdown-it-anchor` | Adds anchor tag IDs to headings | | `markdown-it-collapsible` | Extends Markdown with syntax for `
` and `` | +| `markdown-it-deflist` | Extends Markdown with syntax for `
`, `
` and `
` | | `markdown-it-footnote` | Extends Markdown with syntax for footnotes | +| `markdown-it-image-figures` | Extends Markdown with syntax for `
` and `
` | | `markdown-it-obsidian-callouts` | Extends Markdown with syntax for footnotes Obsidian style callouts | -| `simple-icons` | Simple Icons icon pack | +| `simple-icons` | Simple Icons icon pack for use with `eleventy-plugin-icons` |