This commit is contained in:
Zef Hemel
2023-07-27 17:02:53 +02:00
parent 4ba11ac66c
commit 804d87436c
7 changed files with 60 additions and 40 deletions
-1
View File
@@ -166,7 +166,6 @@ export const Attribute: MarkdownConfig = {
return -1;
}
const [fullMatch, attributeName, attributeColon] = match;
const attributeValueStart = pos + fullMatch.length;
let bracketNestingDepth = 1;
let valueLength = fullMatch.length;
loopLabel: