Describe the Bug
Example cdoe:
<html>
<head></head>
<body></body>
</html>
Formatting Results:
<html>
<head></head>
<body></body></html
>
Steps to Reproduce
.prettierrc.json:
{
"htmlWhitespaceSensitivity": "strict",
"plugins": ["prettier-plugin-astro"]
}
This problem occurs when prettier's htmlWhitespaceSensitivity is configured as strict