mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 06:02:33 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
22b065e559
6 changed files with 9 additions and 5 deletions
|
|
@ -47,5 +47,6 @@ export const setLute = (options: ILuteOptions) => {
|
|||
});
|
||||
lute.PutEmojis(emojis);
|
||||
}
|
||||
lute.SetUnorderedListMarker("-");;
|
||||
return lute;
|
||||
};
|
||||
|
|
|
|||
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue