I want to make the space around headings larger. Specifically I want more space below a heading. How do I do that?
The heading is a block. You can use a show rule to change the block spacing:
#show heading: set block(below: 2em)
= Title
Text
1 Like