How to indent paragraphs following a list without affecting the paragraph after a heading?

I think block without spacing makes more sense, and none for paragraph looks weird, never seen that before.

#set par(first-line-indent: 1em, justify: true, leading: 0.6em, spacing: 0.6em)
#show enum: it => it + block(spacing: 0pt) + par[]
2 Likes