mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-08 09:48:50 +01:00
🎨 Lute 实例提供 BlockDOM2Md 函数 Fix https://github.com/siyuan-note/siyuan/issues/5922
This commit is contained in:
parent
a5417ec301
commit
d9ee2432ed
4 changed files with 7 additions and 5 deletions
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue