How to upgrade an in-list `show par: set align(start)` to typst 0.13?

Hi @Y.D.X,

this behavior is a bug #3605, a workaround was mentioned in #3815.

#[
  #show list: it => align(center, block(align(start, it)))

  - #lorem(5)
  - #lorem(2)
]