Describe the Bug
When saving an Astro file, <textarea> is treated like a block level element which then adds whitespace into the value. Textarea content should be treated the same as <pre> and not auto-broken up into newlines.



Steps to Reproduce
npm init astro using template
- add a
<textarea> field with a value and save it
- ...
- ...
- see line breaks after formatting