diff --git a/src/util/html.js b/src/util/html.js index 5b928b4..9a2d013 100644 --- a/src/util/html.js +++ b/src/util/html.js @@ -36,7 +36,7 @@ const parser = new XMLParser({ ignoreAttributes: false, preserveOrder: true, unpairedTags: ["hr", "br", "link", "meta"], - stopNodes: ["*.pre", "*.script", "*.code"], + stopNodes: ["*.pre", "*.script"], processEntities: true, htmlEntities: true, attributeNamePrefix: "$",