docs: Make "unquoted" example actually unquoted (#8937)

pull/8951/head
Dana Woodman 2 years ago committed by GitHub
parent ff7a4c07d7
commit 398904894e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,8 +28,9 @@ By default, attributes work exactly like their HTML counterparts.
As in HTML, values may be unquoted.
<!-- prettier-ignore -->
```svelte
<input type="checkbox" />
<input type=checkbox />
```
Attribute values can contain JavaScript expressions.

Loading…
Cancel
Save