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