nest package:wl-pprint-annotated

The document (nest i x) renders document x with the current indentation level increased by i (See also hang, align and indent).
nest 2 (text "hello" <#> text "world") <#> text "!"
outputs as:
hello
world
!