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
Currently the following code throws a bunch of errors in an .astro template:
<script type="application/ld+json"> { ... } </script>
What is the best way to add this right now?
<script type="application/ld+json">
The text was updated successfully, but these errors were encountered:
Found out you can do this, which also gets rid of the errors: withastro/astro#3544 (comment)
Sorry, something went wrong.
Reopening because there was another request for this on Discord. I’m assuming the would be fairly easy to support with Volar these days?
fix withastro#513
6af70a3
Successfully merging a pull request may close this issue.
Describe the Bug
Currently the following code throws a bunch of errors in an .astro template:
What is the best way to add this right now?
Steps to Reproduce
<script type="application/ld+json">
tagThe text was updated successfully, but these errors were encountered: