🐛 行级元素键盘和下划线无法粘贴为纯文本 Fix https://github.com/siyuan-note/siyuan/issues/6220

This commit is contained in:
Liang Ding 2022-10-16 17:21:08 +08:00
parent 1bc9c37602
commit 49fd4bc1d0
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 9 additions and 2 deletions

View file

@ -215,6 +215,8 @@ declare class Lute {
public SetProtyleWYSIWYG(wysiwyg: boolean): void;
public SetHTMLTag2TextMark(enable: boolean): void;
public MarkdownStr(name: string, md: string): string;
public IsValidLinkDest(text: string): boolean;