We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 = /* */; },