From 398904894e1b84cb31a4fa41a6baedbbc3d1b608 Mon Sep 17 00:00:00 2001 From: Dana Woodman Date: Mon, 10 Jul 2023 01:33:03 -0700 Subject: [PATCH] docs: Make "unquoted" example actually unquoted (#8937) --- documentation/docs/02-template-syntax/02-basic-markup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/docs/02-template-syntax/02-basic-markup.md b/documentation/docs/02-template-syntax/02-basic-markup.md index 441856a79a..7656a599be 100644 --- a/documentation/docs/02-template-syntax/02-basic-markup.md +++ b/documentation/docs/02-template-syntax/02-basic-markup.md @@ -28,8 +28,9 @@ By default, attributes work exactly like their HTML counterparts. As in HTML, values may be unquoted. + ```svelte - + ``` Attribute values can contain JavaScript expressions.