Hello! I am using typst with quarto. When I create an image, such as

This inserts image not centered, but if I will add name

It will be centered, but with label “Figure X: any_name”.
I want centered image without name. I know that one can add {fig-align: center}, but I don’t want to add it each time I create an image wihtout name. So is it possible to somehow set that in typst-template or quarto initial settings?