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 media type "application/ld+json" for <script> tag should be supported.
This is what I expect:
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Person", "name": "John Doe", "address": { "@type": "PostalAddress", "addressLocality": "Wonderland" } } </script>
Instead, this is what I get:
The text was updated successfully, but these errors were encountered:
Great! Just add some tests and submit a pull request!
Sorry, something went wrong.
3155f47
Merge pull request #822 from simone91/patch-1
b94d252
Resolve #821
Swtich tests to generated for #821
6ea3291
Add support for more script type
4118f22
Add support for the media type "application/json" and "application/ld+json". Fixes beautifier#821
Add test cases for beautifier#821
01b527b
Swtich tests to generated for beautifier#821
441e9f8
No branches or pull requests
The media type "application/ld+json" for <script> tag should be supported.
This is what I expect:
Instead, this is what I get:
The text was updated successfully, but these errors were encountered: