diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index aabcf1f2f3..682012d88b 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1249,7 +1249,7 @@ It cannot appear at the top level of your markup; it must be inside an if or eac ### `` ```sv - + ``` --- @@ -1326,7 +1326,7 @@ As with ``, this element allows you to add listeners to events on ### `` ```sv - +... ``` --- @@ -1343,7 +1343,7 @@ This element makes it possible to insert elements into `document.head`. During s ### `` ```sv - + ``` --- @@ -1359,4 +1359,4 @@ The `` element provides a place to specify per-component compile ```html -``` \ No newline at end of file +```