Browse Source

Remove spurious state attribute (#937)

* Remove spurious state attribute

As far as I can see, this attribute is no longer used?

* Update pathological.json

* Update test/pathological.json
pull/652/merge
Chris Sewell 6 months ago
committed by GitHub
parent
commit
13829a2c7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lib/rules_block/state_block.js

3
lib/rules_block/state_block.js

@ -54,9 +54,6 @@ function StateBlock(src, md, env, tokens) {
this.level = 0;
// renderer
this.result = '';
// Create caches
// Generate markers.
s = this.src;

Loading…
Cancel
Save