Give CommonMark's emphasis section one home, and split the collision property
CI / gate (push) Successful in 5s

This commit is contained in:
2026-08-27 12:53:15 +02:00
parent e4a18dec43
commit a8bea25b7c
6 changed files with 155 additions and 110 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export function tryImageLine(alt: string | undefined, href: string, path: Conver
return attempt.ok ? attempt.value.line : undefined
}
// A demand names a run no spelling holds, and a carried node joins no run, so every pass carries at least one more node.
// A carried node joins no run, so every pass carries at least one more node.
function emitLine(nodes: readonly AdfNode[], container: LineContainer, path: ConvertErrorPath): Result<EmittedLine> {
const carried = new Set<number>()
for (;;) {