From 4020bc9da57416e983790747bcae7f99cdb57611 Mon Sep 17 00:00:00 2001 From: Puru Vijay <47742487+PuruVJ@users.noreply.github.com> Date: Sun, 13 Aug 2023 13:23:11 +0530 Subject: [PATCH] Prettier ignore --- documentation/docs/02-template-syntax/02-basic-markup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/02-template-syntax/02-basic-markup.md b/documentation/docs/02-template-syntax/02-basic-markup.md index 1925e98076..dbdc55c060 100644 --- a/documentation/docs/02-template-syntax/02-basic-markup.md +++ b/documentation/docs/02-template-syntax/02-basic-markup.md @@ -56,6 +56,7 @@ All other attributes are included unless their value is [nullish](https://develo An expression might include characters that would cause syntax highlighting to fail in regular HTML, so quoting the value is permitted. The quotes do not affect how the value is parsed: + ```svelte ```