Carry the fence depth through blockquotes and lists, and split the block spelling from it

This commit is contained in:
2026-08-25 15:33:24 +02:00
parent 56072d36ef
commit f065783f8f
11 changed files with 243 additions and 79 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import type { AdfMark, AdfNode } from './adf-document.ts'
import type { AttributeKind } from './directive-attributes.ts'
import type { AdfMark, AdfNode, AttributeKind } from './adf-document.ts'
import type { JsonValue } from './json-value.ts'
import { failure, success, type ConvertErrorPath, type Result } from './result.ts'
import { isBareToken, spellAttributeValue, spellAttributes, spellJsonAttribute } from './directive-attributes.ts'