From df30dcee0edc6f787096df6e2e5074f35af1ca91 Mon Sep 17 00:00:00 2001 From: Bhuvansh855 Date: Sun, 7 Jun 2026 20:53:07 +0530 Subject: [PATCH] docs: fix malformed prettier-ignore comment in whitespace guide --- adev/src/content/guide/templates/whitespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/templates/whitespace.md b/adev/src/content/guide/templates/whitespace.md index ac258facec03..101524fe744b 100644 --- a/adev/src/content/guide/templates/whitespace.md +++ b/adev/src/content/guide/templates/whitespace.md @@ -18,7 +18,7 @@ Most developers prefer to format their templates with newlines and indentation t This template contains whitespace between all of the elements. The following snippet shows the same HTML with each whitespace character replaced with the hash (`#`) character to highlight how much whitespace is present: - ```html
###

User profile

####