Skip to content

Commit 4020bc9

Browse files
authored
Prettier ignore
1 parent f45fd18 commit 4020bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/docs/02-template-syntax/02-basic-markup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ All other attributes are included unless their value is [nullish](https://develo
5656

5757
An expression might include characters that would cause syntax highlighting to fail in regular HTML, so quoting the value is permitted. The quotes do not affect how the value is parsed:
5858

59+
<!-- prettier-ignore -->
5960
```svelte
6061
<button disabled="{number !== 42}">...</button>
6162
```

0 commit comments

Comments
 (0)