From b58f51f8467b4b2809cf0b4cacd456c3919f7d8f Mon Sep 17 00:00:00 2001 From: Lilleman auf Larv Date: Fri, 4 Sep 2026 09:19:09 +0200 Subject: [PATCH] 5c: keep the mark nesting explanation in one place --- src/markdown/emit/adf-to-markdown.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/markdown/emit/adf-to-markdown.test.ts b/src/markdown/emit/adf-to-markdown.test.ts index 1741901..3d19348 100644 --- a/src/markdown/emit/adf-to-markdown.test.ts +++ b/src/markdown/emit/adf-to-markdown.test.ts @@ -344,7 +344,6 @@ test('refuses marks and attributes nested deeper than the emitter carries', () = return value } const card = (levels: number): AdfNode => ({ attrs: { data: nested(levels), url: 'https://example.com/a' }, type: 'inlineCard' }) - // A block directive spells the mark set as one JSON attribute, so a mark's value is read three levels in. const marked = (levels: number): AdfNode => ({ attrs: { panelType: 'info' }, content: [paragraph({ text: 'x', type: 'text' })],