Browse Source

Merge 15a98f3d5e into a6d1d484e5

pull/1140/merge
Mister-Hope 2 weeks ago
committed by GitHub
parent
commit
256dbb9256
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