This commit is contained in:
Vanessa 2023-11-28 17:19:22 +08:00
parent 2bf5f6be64
commit 386a0927da
4 changed files with 71 additions and 11 deletions

View file

@ -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 */