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

This commit is contained in:
Vanessa 2024-01-07 16:18:45 +08:00
commit 737839f6bb
4 changed files with 6 additions and 6 deletions

View file

@ -23,10 +23,10 @@ export const setLute = (options: ILuteOptions) => {
lute.SetKramdownIAL(true);
lute.SetTag(true);
lute.SetSuperBlock(true);
lute.SetGitConflict(true);
lute.SetMark(true);
lute.SetSup(true);
lute.SetSub(true);
lute.SetSpin(true);
lute.SetProtyleWYSIWYG(true);
if (options.lazyLoadImage) {
lute.SetImageLazyLoading(options.lazyLoadImage);

View file

@ -168,6 +168,8 @@ declare class Lute {
public BlockDOM2EscapeMarkerContent(text: string): string;
public SetSpin(enable: boolean): void;
public SetTextMark(enable: boolean): void;
public SetHeadingID(enable: boolean): void;
@ -194,8 +196,6 @@ declare class Lute {
public BlockDOM2StdMd(html: string): string;
public SetGitConflict(enable: boolean): void;
public SetSuperBlock(enable: boolean): void;
public SetTag(enable: boolean): void;