Uninstall markdown-it-figure
This commit is contained in:
parent
ac2ad7ffc8
commit
041e953422
|
@ -80,8 +80,7 @@ module.exports = function (eleventyConfig) {
|
||||||
html: true,
|
html: true,
|
||||||
})
|
})
|
||||||
.use(markdownItAnchor, markdownItAnchorOptions)
|
.use(markdownItAnchor, markdownItAnchorOptions)
|
||||||
.use(require("markdown-it-attrs"))
|
.use(require("markdown-it-attrs"));
|
||||||
.use(require('markdown-it-figure'));
|
|
||||||
|
|
||||||
/* This is the part that tells 11ty to swap to our custom config */
|
/* This is the part that tells 11ty to swap to our custom config */
|
||||||
eleventyConfig.setLibrary("md", markdownLibrary);
|
eleventyConfig.setLibrary("md", markdownLibrary);
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
"install": "^0.13.0",
|
"install": "^0.13.0",
|
||||||
"markdown-it-anchor": "^8.6.7",
|
"markdown-it-anchor": "^8.6.7",
|
||||||
"markdown-it-attrs": "^4.1.6",
|
"markdown-it-attrs": "^4.1.6",
|
||||||
"markdown-it-figure": "^0.2.0",
|
|
||||||
"slugify": "^1.6.6"
|
"slugify": "^1.6.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue