You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.