diff --git a/eleventy.config.js b/eleventy.config.js index 8ed97f38..2515cd56 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -81,7 +81,7 @@ module.exports = function (eleventyConfig) { }) .use(markdownItAnchor, markdownItAnchorOptions) .use(require("markdown-it-attrs")) - .use(require('markdown-it-bracketed-spans')); + .use(require("markdown-it-bracketed-spans")); /* This is the part that tells 11ty to swap to our custom config */ eleventyConfig.setLibrary("md", markdownLibrary);