mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 05:58:07 +01:00
This commit is contained in:
parent
879361ecdf
commit
696953a79e
6 changed files with 13 additions and 41 deletions
4
app/src/types/protyle.d.ts
vendored
4
app/src/types/protyle.d.ts
vendored
|
|
@ -147,8 +147,6 @@ declare class Lute {
|
|||
|
||||
public BlockDOM2Content(text: string): string;
|
||||
|
||||
public InlineMd2BlockDOM(text: string): string;
|
||||
|
||||
public SetTextMark(enable: boolean): void;
|
||||
|
||||
public SetHeadingID(enable: boolean): void;
|
||||
|
|
@ -215,8 +213,6 @@ declare class Lute {
|
|||
|
||||
public SetProtyleWYSIWYG(wysiwyg: boolean): void;
|
||||
|
||||
public SetHTMLTag2TextMark(enable: boolean): void;
|
||||
|
||||
public MarkdownStr(name: string, md: string): string;
|
||||
|
||||
public IsValidLinkDest(text: string): boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue