Vanessa
2026-04-08 22:24:53 +08:00
parent 3e451fa461
commit 049be21c08
2 changed files with 11 additions and 1 deletions

View File

@@ -47,6 +47,10 @@ export const setLute = (options: ILuteOptions) => {
});
lute.PutEmojis(emojis);
}
lute.SetUnorderedListMarker("-");;
lute.SetUnorderedListMarker("-");
lute.SetDataTask(true);
lute.SetExportNormalizeTaskListMarker(true);
lute.SetArbitraryTaskListItemMarker(true);
return lute;
};

View File

@@ -297,6 +297,12 @@ declare class Lute {
public HTML2BlockDOM(html: string): string;
public SetUnorderedListMarker(marker: string): void;
public SetDataTask(marker: boolean): void;
public SetExportNormalizeTaskListMarker(marker: boolean): void;
public SetArbitraryTaskListItemMarker(marker: boolean): void;
}
declare const webkitAudioContext: {