Chcę sformatować kod HTML w VSC. Mam taki nieuporządkowany kod:

Kod
[html]<div style="text-align:center;
    padding-top: 20px">
<div>

<picture>
    <source srcset="https://www.fhsfbxcv.com/sfdgsdfgdf.png">
</picture>
</div>
<div style="margin-top: 20px">

<h4>
    Schau mal unsere schöne alphabetische Schlagwörterliste!
</h4>

</div>
</div>[/html]


Zainstalowałem pluginy Prettier i JS-CSS-HTML Formatter. Żaden z nich nie chce tego uporządkować. Zaznaczam tekst, daję "Format document", próbuję też "Format document with..." i nic. Jaki może być tego powód?