11ty / eleventy-plugin-syntaxhighlight

A pack of Eleventy plugins for syntax highlighting in Markdown, Liquid, and Nunjucks templates.
https://www.11ty.dev/docs/plugins/syntaxhighlight/
MIT License
130 stars 32 forks source link

possibility of adding plugins #84

Open Eliezer516 opened 11 months ago

Eliezer516 commented 11 months ago

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 = /* */;
    },