From cd3f0a78c9b6c4f3c5983ac37e490848c5aee281 Mon Sep 17 00:00:00 2001 From: Mister-Hope Date: Wed, 3 Dec 2025 21:46:10 +0800 Subject: [PATCH] feat!: remove ddIndent from state_block --- packages/markdown-exit/src/parser/block/state_block.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/markdown-exit/src/parser/block/state_block.ts b/packages/markdown-exit/src/parser/block/state_block.ts index 6d6f64b..0531f08 100644 --- a/packages/markdown-exit/src/parser/block/state_block.ts +++ b/packages/markdown-exit/src/parser/block/state_block.ts @@ -77,10 +77,6 @@ export default class StateBlock { * loose/tight mode for lists */ tight: boolean = false - /** - * indent of the current dd block (-1 if there isn't any) - */ - ddIndent: number = -1 /** * indent of the current list block (-1 if there isn't any) */