From d9919715c7bc961338d5051e3580af0a462cdd58 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:13:30 -0700 Subject: [PATCH] Update documentation/docs/02-template-syntax/02-basic-markup.md --- documentation/docs/02-template-syntax/02-basic-markup.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/documentation/docs/02-template-syntax/02-basic-markup.md b/documentation/docs/02-template-syntax/02-basic-markup.md index 96543a093c..c8bd76e5a5 100644 --- a/documentation/docs/02-template-syntax/02-basic-markup.md +++ b/documentation/docs/02-template-syntax/02-basic-markup.md @@ -111,11 +111,6 @@ An element or component can have multiple spread attributes, interspersed with r Curly braces can be included by using their [HTML entity](https://developer.mozilla.org/docs/Glossary/Entity) strings: `{`, `{`, or `{` for `{` and `}`, `}`, or `}` for `}`. -```svelte -
{ in curly braces { { in curly braces } or { in curly braces }
-{ it also works only escaping the start curly brace }
-``` - Text can also contain the result of JavaScript expressions. > If you're using a regular expression (`RegExp`) [literal notation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#literal_notation_and_constructor), you'll need to wrap it in parentheses.