@tryghost/koenig-lexical 0.0.62 → 0.0.63

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.
@@ -14048,7 +14048,7 @@ function bPe(n) {
14048
14048
  s.classList.add("kg-callout-emoji"), s.textContent = n.getEmojiValue(), i.appendChild(s);
14049
14049
  }
14050
14050
  const r = t.createElement("div");
14051
- return r.classList.add("kg-callout-text"), r.textContent = n.getText(), i.appendChild(r), i;
14051
+ return r.classList.add("kg-callout-text"), r.innerHTML = n.getText(), i.appendChild(r), i;
14052
14052
  }
14053
14053
  const wPe = (n) => {
14054
14054
  var t, i;