Answer the stability review: a code or HTML block swallows the marker line too
CI / gate (push) Successful in 4s

This commit is contained in:
2026-08-30 20:18:25 +02:00
parent a09b80e65d
commit 42ec9ba096
6 changed files with 36 additions and 25 deletions
-1
View File
@@ -22,7 +22,6 @@ function blockNodes(blocks: readonly Block[], path: ConvertErrorPath, depth: num
return success(content)
}
// Switched, not chained: `noImplicitReturns` then refuses the kind a later milestone adds and forgets.
function blockNode(block: Block, path: ConvertErrorPath, depth: number): Result<AdfNode> {
switch (block.kind) {
case 'blockquote':