diff --git a/app/src/protyle/util/paste.ts b/app/src/protyle/util/paste.ts
index 689a59410..0b0669633 100644
--- a/app/src/protyle/util/paste.ts
+++ b/app/src/protyle/util/paste.ts
@@ -182,7 +182,7 @@ export const pasteAsPlainText = async (protyle: IProtyle) => {
textPlain = textPlain.replace(/__@sub@__/g, "").replace(/__@\/sub@__/g, "");
textPlain = textPlain.replace(/__@sup@__/g, "").replace(/__@\/sup@__/g, "");
textPlain = textPlain.replace(/__@kbd@__/g, "").replace(/__@\/kbd@__/g, "");
- textPlain = textPlain.replace(/__@u@__/g, "").replace(/__@\/u@__/g, "").replace(/__@\/u@__/g, "");
const content = protyle.lute.BlockDOM2EscapeMarkerContent(protyle.lute.Md2BlockDOM(textPlain));
// insertHTML 会进行内部反转义