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