@bigbinary/neeto-editor 1.47.1 → 1.47.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12628,6 +12628,10 @@ var substituteVariables = function substituteVariables(highlightedContent, varia
12628
12628
  return variable !== null && variable !== void 0 && variable.value ? variable.value : matchedSpan;
12629
12629
  });
12630
12630
  };
12631
+ var replaceHTMLEntities = function replaceHTMLEntities(text) {
12632
+ var doc = new DOMParser().parseFromString(text, "text/html");
12633
+ return doc.documentElement.textContent;
12634
+ };
12631
12635
 
12632
- export { applySyntaxHighlightingAndLineNumbers as a, applyLineHighlighting as b, substituteVariables as s };
12633
- //# sourceMappingURL=chunk-BsDiILIW.js.map
12636
+ export { applySyntaxHighlightingAndLineNumbers as a, applyLineHighlighting as b, replaceHTMLEntities as r, substituteVariables as s };
12637
+ //# sourceMappingURL=chunk-LYwOO_bQ.js.map