Skip to content

Commit

Permalink
docs: Make "unquoted" example actually unquoted (#8937)
Browse files Browse the repository at this point in the history
  • Loading branch information
danawoodman committed Jul 10, 2023
1 parent ff7a4c0 commit 3989048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/docs/02-template-syntax/02-basic-markup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3989048

Please sign in to comment.