Touying: Why does `set align(horizon)` cause a list with `#pause` to move down?

Hello,

this is a known Touying issue see #136.
A workaround is to set the paragraph spacing explicitly, by default Typst uses 0.65em.

#set par(spacing: 0.65em)
1 Like