Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adev/src/content/guide/templates/whitespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!-- prettier-ignore>
<!-- prettier-ignore -->
```html
<!-- Total Whitespace: 20 -->
<section>###<h3>User profile</h3>###<label>#####User name#####<input>###</label>#</section>
Expand Down
Loading