The `<pre>` tag whitespace handling reported in #6437 was largely fixed. There's one detail though that's incorrect: Svelte seems to be adding an [extra whitespace when there's a new line at the beginning](https://svelte.dev/repl/986c1b817bd24ca3803e39f0db7506d0?version=3.46.4) when this does not happen [using plain HTML](https://codepen.io/pabloabc/pen/qBVXKOv) unless there's an explicit white space after the `<pre>` tag. _Originally posted by @pablo-abc in https://github.com/sveltejs/svelte/issues/6437#issuecomment-1038543615_