chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-05-27 01:10:36 +00:00
parent 50955170c8
commit 2e7c43b1f5
2 changed files with 6 additions and 4 deletions
@@ -93,8 +93,9 @@ const tableBorders = {
// --- Utility: decode HTML entities ---
function decodeEntities(str) {
return str
.replace(/&amp;/g, "&").replace(/&lt;/g, "<").replace(/&gt;/g, ">")
.replace(/&quot;/g, '"').replace(/&#39;/g, "'");
.replace(/&lt;/g, "<").replace(/&gt;/g, ">")
.replace(/&quot;/g, '"').replace(/&#39;/g, "'")
.replace(/&amp;/g, "&");
}
// --- Inline tokens to TextRun[] ---
+3 -2
View File
@@ -93,8 +93,9 @@ const tableBorders = {
// --- Utility: decode HTML entities ---
function decodeEntities(str) {
return str
.replace(/&amp;/g, "&").replace(/&lt;/g, "<").replace(/&gt;/g, ">")
.replace(/&quot;/g, '"').replace(/&#39;/g, "'");
.replace(/&lt;/g, "<").replace(/&gt;/g, ">")
.replace(/&quot;/g, '"').replace(/&#39;/g, "'")
.replace(/&amp;/g, "&");
}
// --- Inline tokens to TextRun[] ---