Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-04-22 21:39:50 +08:00
commit 22b065e559
6 changed files with 9 additions and 5 deletions

View file

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

View file

@ -280,6 +280,8 @@ declare class Lute {
public HTML2Md(html: string): string;
public HTML2BlockDOM(html: string): string;
public SetUnorderedListMarker(marker: string): void;
}
declare const webkitAudioContext: {