Browse Source

feat!: remove ddIndent property from state_block

pull/1140/head
Mister-Hope 4 months ago
committed by GitHub
parent
commit
15a98f3d5e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      lib/rules_block/state_block.mjs

1
lib/rules_block/state_block.mjs

@ -42,7 +42,6 @@ function StateBlock (src, md, env, tokens) {
this.line = 0 // line index in src this.line = 0 // line index in src
this.lineMax = 0 // lines count this.lineMax = 0 // lines count
this.tight = false // loose/tight mode for lists 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) this.listIndent = -1 // indent of the current list block (-1 if there isn't any)
// can be 'blockquote', 'list', 'root', 'paragraph' or 'reference' // can be 'blockquote', 'list', 'root', 'paragraph' or 'reference'

Loading…
Cancel
Save