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
The following .svelte file will cause a crash:
.svelte
<svelte:head> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Corporation", "name": "C3 Ventures", "description": "C3 Ventures invests in and advises early stage ventures.", "naics": "523910", "url": "https://c3.ventures", "logo": "https://c3.ventures/images/c3-logo-white.png" } </script> </svelte:head>
The text was updated successfully, but these errors were encountered:
Seems related to
#419
Sorry, something went wrong.
There should only be a log, but it's harmless, file formatting continues to work. Either way, closed by #424
No branches or pull requests
The following
.svelte
file will cause a crash:The text was updated successfully, but these errors were encountered: