UNPKG

@vuepress/shared-utils

Version:
8 lines (7 loc) 196 B
"use strict"; module.exports = (html) => String(html) .replace(/&quot;/g, '"') .replace(/&#39;/g, '\'') .replace(/&#x3A;/g, ':') .replace(/&lt;/g, '<') .replace(/&gt;/g, '>');