The typst source
#set par(leading: 0.5em, spacing: 1em)
This is a Text #linebreak()
For showing the effects #linebreak()
of leading
Spacing is only for #linebreak()
empty lines in between.
Renders out like this:
Depending on what your source looks like, you will probably need leading
instead of spacing
.