Skip to content

Commit 9796424

Browse files
committed
docs: Update example HTMLs
1 parent 4deb099 commit 9796424

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ You can also skip CSS inlining for an HTML tag by adding the `data-css-inline="i
102102
<!-- The tag below won't receive additional styles -->
103103
<h1 data-css-inline="ignore">Big Text</h1>
104104
</body>
105-
</html>
106105
```
107106

108107
The `data-css-inline="ignore"` attribute also allows you to skip `link` and `style` tags:
@@ -116,7 +115,6 @@ The `data-css-inline="ignore"` attribute also allows you to skip `link` and `sty
116115
<body>
117116
<h1>Big Text</h1>
118117
</body>
119-
</html>
120118
```
121119

122120
If you'd like to load stylesheets from your filesystem, use the `file://` scheme:

bindings/python/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ You can also skip CSS inlining for an HTML tag by adding the `data-css-inline="i
122122
<!-- The tag below won't receive additional styles -->
123123
<h1 data-css-inline="ignore">Big Text</h1>
124124
</body>
125-
</html>
126125
```
127126

128127
The `data-css-inline="ignore"` attribute also allows you to skip `link` and `style` tags:
@@ -136,7 +135,6 @@ The `data-css-inline="ignore"` attribute also allows you to skip `link` and `sty
136135
<body>
137136
<h1>Big Text</h1>
138137
</body>
139-
</html>
140138
```
141139

142140
If you'd like to load stylesheets from your filesystem, use the `file://` scheme:

bindings/wasm/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ The `data-css-inline="ignore"` attribute also allows you to skip `link` and `sty
102102
<body>
103103
<h1>Big Text</h1>
104104
</body>
105-
</html>
106105
```
107106

108107
## Standards support & restrictions

0 commit comments

Comments
 (0)