mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
737839f6bb
4 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
4
app/src/types/protyle.d.ts
vendored
4
app/src/types/protyle.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue