Answer the stability pass: pin the deeper stack, the quoted newline and the closing fence
CI / gate (push) Successful in 5s

This commit is contained in:
2026-09-01 10:26:56 +02:00
parent f231f652ca
commit 7224b3c738
7 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ function readNestedDirective(text: string, index: number, depth: number): Read<D
return { value: { attributes, content, length: cursor - index, name } }
}
// Where the content's own closing bracket sits: a code span, an escape and a nested directive each bind before it.
// A code span, an escape and a nested directive each bind before the content's own closing bracket.
function readDirectiveContent(text: string, start: number, depth: number): Read<number> {
let brackets = 0
let cursor = start