diff --git a/bun.lockb b/bun.lockb index 35d8a57b..c96e52fa 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eleventy.config.js b/eleventy.config.js index 339c4a3b..ec71fffb 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -80,8 +80,7 @@ module.exports = function (eleventyConfig) { html: true, }) .use(markdownItAnchor, markdownItAnchorOptions) - .use(require("markdown-it-attrs")) - .use(require('markdown-it-figure')); + .use(require("markdown-it-attrs")); /* This is the part that tells 11ty to swap to our custom config */ eleventyConfig.setLibrary("md", markdownLibrary); diff --git a/package.json b/package.json index 2bae2aea..4ee0fbbd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "install": "^0.13.0", "markdown-it-anchor": "^8.6.7", "markdown-it-attrs": "^4.1.6", - "markdown-it-figure": "^0.2.0", "slugify": "^1.6.6" } } \ No newline at end of file