From e4db991e1bbb922c38ea900c8603b7a22e1a06ea Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 6 Apr 2026 21:27:41 +0800 Subject: [PATCH] :recycle: https://github.com/siyuan-note/siyuan/pull/17378 --- app/src/types/protyle.d.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/src/types/protyle.d.ts b/app/src/types/protyle.d.ts index 3bb84a6df..c1f33f6d2 100644 --- a/app/src/types/protyle.d.ts +++ b/app/src/types/protyle.d.ts @@ -12,7 +12,13 @@ interface ILuteNode { type THintSource = "search" | "av" | "hint"; -type TTurnIntoOne = "BlocksMergeSuperBlock" | "Blocks2ULs" | "Blocks2OLs" | "Blocks2TLs" | "Blocks2Blockquote" | "Blocks2Callout" +type TTurnIntoOne = + "BlocksMergeSuperBlock" + | "Blocks2ULs" + | "Blocks2OLs" + | "Blocks2TLs" + | "Blocks2Blockquote" + | "Blocks2Callout" type TTurnIntoOneSub = "row" | "col" @@ -273,6 +279,7 @@ declare class Lute { public SpinBlockDOM(html: string): string; public Md2BlockDOM(html: string): string; + public Md2BlockDOMWithAutoLink(html: string): string; public SetProtyleWYSIWYG(wysiwyg: boolean): void;