From 15a98f3d5e55405c2bbb065637a1d078ec0c485c Mon Sep 17 00:00:00 2001 From: Mister-Hope Date: Mon, 1 Dec 2025 10:42:13 +0800 Subject: [PATCH] feat!: remove ddIndent property from state_block --- lib/rules_block/state_block.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rules_block/state_block.mjs b/lib/rules_block/state_block.mjs index 3c2a876..449e6a6 100644 --- a/lib/rules_block/state_block.mjs +++ b/lib/rules_block/state_block.mjs @@ -42,7 +42,6 @@ function StateBlock (src, md, env, tokens) { this.line = 0 // line index in src this.lineMax = 0 // lines count this.tight = false // loose/tight mode for lists - this.ddIndent = -1 // indent of the current dd block (-1 if there isn't any) this.listIndent = -1 // indent of the current list block (-1 if there isn't any) // can be 'blockquote', 'list', 'root', 'paragraph' or 'reference'