Concerns: pushword/core, pushword/flat
pw:flat:sync --mode=import now includes newly created pages in index.csv and index.draft.csv on the first run. Nothing to do.
{#id} block attributes{#id} and {#id .class} on the line before a block now apply to it, like {id=…} already did and like CommonMark’s attributes extension. They only worked before a heading until now. Check pages where a line starting with {# precedes a paragraph or a list and was meant to stay visible.
> [!question] noticesA > [!question] blockquote now renders as a folded <details> carrying schema.org Question microdata, instead of the generic notice box. Pages using question as a plain label and wanting the box back rename it. The Markdown fragment cache version was bumped, so the first render after the upgrade rebuilds it — nothing to run.