Browse Source
feat!: remove ddIndent property from state_block
pull/1140/head
Mister-Hope
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
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'
|
|
|
|
|