katoikia-app/web-ui/web-react/node_modules/prismjs/plugins/remove-initial-line-feed/prism-remove-initial-line-f...

1 line
328 B
JavaScript
Raw Normal View History

2022-07-06 04:15:11 +00:00
!function(){"undefined"!=typeof self&&self.Prism&&self.document&&Prism.hooks.add("before-sanity-check",function(e){if(e.code){var s=e.element.parentNode,n=/\s*\bkeep-initial-line-feed\b\s*/;!s||"pre"!==s.nodeName.toLowerCase()||n.test(s.className)||n.test(e.element.className)||(e.code=e.code.replace(/^(?:\r?\n|\r)/,""))}})}();