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

pull/8560/head
Ben McCann 3 years ago committed by GitHub
parent c721fe0530
commit e73093ad9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,7 +109,7 @@ An element or component can have multiple spread attributes, interspersed with r
{expression} {expression}
``` ```
Curly braces can be included in the HTML by using their [HTML entity](https://developer.mozilla.org/docs/Glossary/Entity) strings. Curly braces can be included by using their [HTML entity](https://developer.mozilla.org/docs/Glossary/Entity) strings.
```svelte ```svelte
<p>&#123; in curly braces &#123; &lbrace; in curly braces &rbrace; or &lcub; in curly braces &rcub;</p> <p>&#123; in curly braces &#123; &lbrace; in curly braces &rbrace; or &lcub; in curly braces &rcub;</p>

Loading…
Cancel
Save