You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/1-essentials/02-views.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,18 @@ The example above will only render the child `div` elements:
232
232
<div>Post C</div>
233
233
```
234
234
235
+
### Invalid single quotes
236
+
237
+
While attributes with single quotes are allowed by the HTML spec, they are not by Tempest View. You must always use double quotes for attribute values, for all attributes.
0 commit comments