mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 23:44:06 +01:00
This commit is contained in:
parent
2bf5f6be64
commit
386a0927da
4 changed files with 71 additions and 11 deletions
6
app/src/types/protyle.d.ts
vendored
6
app/src/types/protyle.d.ts
vendored
|
|
@ -8,6 +8,12 @@ interface ILuteNode {
|
|||
};
|
||||
}
|
||||
|
||||
type TTurnIntoOne = "BlocksMergeSuperBlock" | "Blocks2ULs" | "Blocks2OLs" | "Blocks2TLs" | "Blocks2Blockquote"
|
||||
|
||||
type TTurnIntoOneSub = "row" | "col"
|
||||
|
||||
type TTurnInto = "Blocks2Ps" | "Blocks2Hs"
|
||||
|
||||
type ILuteRenderCallback = (node: ILuteNode, entering: boolean) => [string, number];
|
||||
|
||||
/** @link https://ld246.com/article/1588412297062 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue