UNPKG

@vuepress/shared-utils

Version:
5 lines (4 loc) 146 B
"use strict"; module.exports = function removeNonCodeWrappedHTML(str) { return String(str).replace(/(^|[^><`\\])<.*>([^><`]|$)/g, '$1$2'); };