(function () { if (typeof Prism === 'undefined' || typeof document === 'undefined') { return; } // https://developer.mozilla.org/en-US/docs/Web/API/Element/matches#Polyfill if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; } Prism.plugins.UnescapedMarkup = true; Prism.hooks.add('before-highlightall', function (env) { env.selector += ', [class*="lang-"] script[type="text/plain"]' + ', [class*="language-"] script[type="text/plain"]' + ', script[type="text/plain"][class*="lang-"]' + ', script[type="text/plain"][class*="language-"]'; }); Prism.hooks.add('before-sanity-check', function (env) { /** @type {HTMLElement} */ var element = env.element; if (element.matches('script[type="text/plain"]')) { // found a