``` % pandoc -f typst --wrap=none #rotate(90deg, figure( [body text here inside rotate], caption: "Figure 1: How a caption gets lost when rotating", supplement: none, )) ^D

body text here inside rotate

Figure 1: How a caption gets lost when rotating

```