Open Eliezer516 opened 1 year 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 = /* */; },
Is there a way to add plugins to the plugin configuration? using the function init()