Vanessa 2022-09-19 11:33:11 +08:00
parent 563e2d03ba
commit be4611bf31
6 changed files with 43 additions and 42 deletions

View file

@ -137,6 +137,10 @@ declare class Lute {
private constructor();
public BlockDOM2Content(text: string): string;
public InlineMd2BlockDOM(text: string): string;
public SetTextMark(enable: boolean): void;
public SetHeadingID(enable: boolean): void;