From 64e556a508175b8e36ff285dc7799ea81628a5ab Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 22 May 2024 10:25:24 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/11463 --- app/src/protyle/util/insertHTML.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/util/insertHTML.ts b/app/src/protyle/util/insertHTML.ts index aed8df218..c552652f6 100644 --- a/app/src/protyle/util/insertHTML.ts +++ b/app/src/protyle/util/insertHTML.ts @@ -171,7 +171,7 @@ const processAV = (range: Range, html: string, protyle: IProtyle, blockElement: } } - const text = protyle.lute.BlockDOM2EscapeMarkerContent(html); + const text = protyle.lute.BlockDOM2Content(html); const cellsElement: HTMLElement[] = Array.from(blockElement.querySelectorAll(".av__cell--select")); const rowsElement = blockElement.querySelector(".av__row--select");