eleventy-plugin-syntaxhighlight
eleventy-plugin-syntaxhighlight copied to clipboard
possibility of adding Prismjs plugins to a config
Is there a way to add plugins to the plugin configuration? using the function init()
// init callback lets you customize Prism
init: function({ Prism }) {
Prism.languages.myCustomLanguage = /* */;
},