5c: the build and the release pipeline #48

Merged
lilleman merged 5 commits from release-pipeline into main 2026-09-04 09:24:37 +02:00
Showing only changes of commit b58f51f846 - Show all commits
@@ -344,7 +344,6 @@ test('refuses marks and attributes nested deeper than the emitter carries', () =
return value return value
} }
const card = (levels: number): AdfNode => ({ attrs: { data: nested(levels), url: 'https://example.com/a' }, type: 'inlineCard' }) 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 => ({ const marked = (levels: number): AdfNode => ({
attrs: { panelType: 'info' }, attrs: { panelType: 'info' },
content: [paragraph({ text: 'x', type: 'text' })], content: [paragraph({ text: 'x', type: 'text' })],