🎨 Lute 实例提供 BlockDOM2Md 函数 Fix https://github.com/siyuan-note/siyuan/issues/5922

This commit is contained in:
Liang Ding 2022-09-23 15:39:30 +08:00
parent a5417ec301
commit d9ee2432ed
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 7 additions and 5 deletions

View file

@ -161,6 +161,8 @@ declare class Lute {
public SetKramdownIAL(enable: boolean): void;
public BlockDOM2Md(html: string): string;
public BlockDOM2StdMd(html: string): string;
public SetGitConflict(enable: boolean): void;