prettier/tests/html_script/script.html

16 lines
310 B
HTML
Raw Normal View History

<script type="application/ld+json">
{ "json": true }
</script>
<script type="application/json">
{ "json":true }
</script>
<script type="importmap">
{ "json":true }
</script>
<script type="systemjs-importmap">
{ "json":true }
</script>
<script type="invalid">
{ "json":false }
</script>