We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<svelte:head> <script async src="https://googletagmanager.com/gtag/js?id={id}"></script> <script> window.dataLayer = window.dataLayer || [] function gtag() { dataLayer.push(arguments) } gtag('js', new Date()) gtag('config', id) </script> </svelte:head>
is formatted as
<svelte:head ><script async src="https://googletagmanager.com/gtag/js?id={id}"></script><script> window.dataLayer = window.dataLayer || [] function gtag() { dataLayer.push(arguments) } gtag('js', new Date()) gtag('config', id) </script></svelte:head>
which looks much worse IMO. Is this intentional?
The text was updated successfully, but these errors were encountered:
(fix) keep whitespace around script/style tags
6052b60
sveltejs#197
(fix) keep whitespace around script/style tags (#199)
014b63f
#197
No branches or pull requests
is formatted as
which looks much worse IMO. Is this intentional?
The text was updated successfully, but these errors were encountered: