How do I align the math text to the numbering list?

Greetings,

I want to bring the math equation down to the numbering list (as shown in picture). Have tried around to tinker with the "" and “&” , on top of looking for similar topics within this forum under “how to fix math align problem”. Can’t seem to see what I’ve been looking for thus far.

Picture of my issue:

Picture of my code:

I would have a look at itemize – Typst Universe which looks promising (I haven’t tried).

There is an issue about List and enum markers are not aligned with the baseline of the item's contents · Issue #1204 · typst/typst · GitHub with some workarounds that may work for you.

1 Like

I’ve tried it and it is working perfectly so far. Just add

#import "@preview/itemize:0.1.2" as el
#show: el.default-enum-list

to the top of your document.