mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-06-27 22:36:00 +00:00
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
6
app/src/types/protyle.d.ts
vendored
6
app/src/types/protyle.d.ts
vendored
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user