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' })],