hexo/node_modules/prismjs/plugins/remove-initial-line-feed/prism-remove-initial-line-f...

1 line
325 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
"undefined"!=typeof Prism&&"undefined"!=typeof document&&Prism.hooks.add("before-sanity-check",(function(e){if(e.code){var n=e.element.parentNode,o=/(?:^|\s)keep-initial-line-feed(?:\s|$)/;!n||"pre"!==n.nodeName.toLowerCase()||o.test(n.className)||o.test(e.element.className)||(e.code=e.code.replace(/^(?:\r?\n|\r)/,""))}}));