We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a35b4f commit 7caac5cCopy full SHA for 7caac5c
Module/OutlineText.php
@@ -75,9 +75,6 @@ class ReferenceListParser extends BlockElementParser {
75
private static $currentMatches = false;
76
private static $currentGroupAndKey = ['group' => false, 'key' => false];
77
78
- private static $isBegin = false;
79
- private static $group = "";
80
-
81
public static function OnReset() {
82
static::$currentMatches = false;
83
static::$currentGroupAndKey = ['group' => false, 'key' => false];
0 commit comments