Skip to content

Commit 7ce203f

Browse files
authored
Update index.md
1 parent 1743a32 commit 7ce203f

File tree

1 file changed

+5
-1
lines changed
  • files/en-us/web/css/css_text/whitespace

1 file changed

+5
-1
lines changed

files/en-us/web/css/css_text/whitespace/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,20 @@ Most whitespace characters are ignored, not all of them are. In the earlier exam
7373

7474
Let's take an example. To make it easier, we've added a comment that shows all spaces with ◦, all tabs with ⇥, and all line breaks with ⏎:
7575

76+
<!-- markdownlint-disable no-hard-tabs -->
77+
7678
```html-nolint live-sample___ex-inline
7779
<h1> Hello
78-
<span> World!</span> </h1>
80+
<span> World!</span> </h1>
7981
8082
<!--
8183
<h1>◦◦◦Hello◦⏎
8284
⇥⇥⇥⇥<span>◦World!</span>⇥◦◦</h1>
8385
-->
8486
```
8587

88+
<!-- markdownlint-enable no-hard-tabs -->
89+
8690
This example is rendered in the browser like so:
8791

8892
{{EmbedLiveSample('ex-inline')}}

0 commit comments

Comments
 (0)