diff --git a/app/src/protyle/wysiwyg/input.ts b/app/src/protyle/wysiwyg/input.ts index cfec3a789..e28f39659 100644 --- a/app/src/protyle/wysiwyg/input.ts +++ b/app/src/protyle/wysiwyg/input.ts @@ -114,7 +114,7 @@ export const input = async (protyle: IProtyle, blockElement: HTMLElement, range: } let html = blockElement.outerHTML; let focusHR = false; - if (editElement.textContent === "---" && type !== "NodeCodeBlock") { + if (["---", "___", "***"].includes(editElement.textContent) && type !== "NodeCodeBlock") { html = `