Use double quotes for markdown-it-bracketed-spans
This commit is contained in:
parent
75b3a86e45
commit
3b07f8942a
|
@ -81,7 +81,7 @@ module.exports = function (eleventyConfig) {
|
||||||
})
|
})
|
||||||
.use(markdownItAnchor, markdownItAnchorOptions)
|
.use(markdownItAnchor, markdownItAnchorOptions)
|
||||||
.use(require("markdown-it-attrs"))
|
.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 */
|
/* This is the part that tells 11ty to swap to our custom config */
|
||||||
eleventyConfig.setLibrary("md", markdownLibrary);
|
eleventyConfig.setLibrary("md", markdownLibrary);
|
||||||
|
|
Loading…
Reference in New Issue