Now when I add a #outline(target: figure) I’d like to change the look to remove these adjustments. But #show outline.where(target: figure).entry.where(level: 1) is not allowed by the compiler.
#show outline.where(target: heading): it => {
show outline.entry.where(level: 1): set spacing(above: 1.1em)
show outline.entry.where(level: 1): strong
it
}