From 13829a2c7e6c94a2b714bb666f05065b6996bfb4 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sun, 19 Nov 2023 19:01:01 +0100 Subject: [PATCH] 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 --- lib/rules_block/state_block.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/rules_block/state_block.js b/lib/rules_block/state_block.js index e42cb4b..58aa85b 100644 --- a/lib/rules_block/state_block.js +++ b/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;