Skip to content

Commit 7f48d34

Browse files
authored
Merge pull request #167 from ghiscoding/ghiscoding-patch-1
chore: reformat per Biome updated formatting
2 parents ad7a157 + d08fe9d commit 7f48d34

7 files changed

Lines changed: 19 additions & 40 deletions

File tree

packages/demo/src/examples/example12.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ <h2 class="bd-title">
3737

3838
<div class="row">
3939
<div class="table-container col-sm-8">
40-
<h6 class="mt-4">
41-
<code>Header</code>
42-
</h6>
40+
<h6 class="mt-4"><code>Header</code></h6>
4341
<table class="table table-bordered header">
4442
<thead>
4543
<tr>
@@ -50,9 +48,7 @@ <h6 class="mt-4">
5048
</thead>
5149
</table>
5250

53-
<h6 class="mt-4">
54-
<code>Body</code>
55-
</h6>
51+
<h6 class="mt-4"><code>Body</code></h6>
5652
<table class="table table-bordered">
5753
<thead>
5854
<tr>
@@ -100,9 +96,7 @@ <h6 class="mt-4">
10096
</tbody>
10197
</table>
10298

103-
<h6 class="mt-4">
104-
<code>Footer</code>
105-
</h6>
99+
<h6 class="mt-4"><code>Footer</code></h6>
106100
<table class="table table-bordered footer">
107101
<thead>
108102
<tr>

packages/demo/src/examples/example13.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ <h2 class="bd-title">
8080
<td class="table-cell text-right">13.99</td>
8181
<td></td>
8282
<td></td>
83-
<td colspan="2" rowspan="5">
84-
<img id="pic1" src="" height="150" width="150">
85-
</td>
83+
<td colspan="2" rowspan="5"><img id="pic1" src="" height="150" width="150"></td>
8684
</tr>
8785
<tr>
8886
<td class="table-cell">Buckethead</td>

packages/demo/src/examples/example14.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ <h2 class="bd-title">
5353
<tbody>
5454
<tr>
5555
<td>1</td>
56-
<td colspan="3" rowspan="3">
57-
<img id="pic1" src="" height="150" width="150">
58-
</td>
56+
<td colspan="3" rowspan="3"><img id="pic1" src="" height="150" width="150"></td>
5957
</tr>
6058
<tr>
6159
<td>2</td>
@@ -72,9 +70,7 @@ <h2 class="bd-title">
7270
<tr>
7371
<td>4</td>
7472
<td></td>
75-
<td colspan="4" rowspan="5">
76-
<img id="pic2" src="" height="250" width="250">
77-
</td>
73+
<td colspan="4" rowspan="5"><img id="pic2" src="" height="250" width="250"></td>
7874
<td></td>
7975
<td></td>
8076
</tr>
@@ -97,9 +93,7 @@ <h2 class="bd-title">
9793
<tr>
9894
<td>8</td>
9995
<td></td>
100-
<td colspan="4" rowspan="5">
101-
<img id="pic3" src="" height="250" width="250">
102-
</td>
96+
<td colspan="4" rowspan="5"><img id="pic3" src="" height="250" width="250"></td>
10397
<td></td>
10498
</tr>
10599
<tr>

packages/demo/src/examples/example15.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ <h2 class="bd-title">
3434
</div>
3535

3636
<div class="table-container col-sm-8">
37-
<h6 class="mt-4">
38-
<code>Header</code>
39-
</h6>
37+
<h6 class="mt-4"><code>Header</code></h6>
4038
<table class="table table-bordered header">
4139
<thead>
4240
<tr>
@@ -47,9 +45,7 @@ <h6 class="mt-4">
4745
</thead>
4846
</table>
4947

50-
<h6 class="mt-4">
51-
<code>Body</code>
52-
</h6>
48+
<h6 class="mt-4"><code>Body</code></h6>
5349
<table class="table table-bordered">
5450
<thead>
5551
<tr>
@@ -117,9 +113,7 @@ <h6 class="mt-4">
117113
</tbody>
118114
</table>
119115

120-
<h6 class="mt-4">
121-
<code>Footer</code>
122-
</h6>
116+
<h6 class="mt-4"><code>Footer</code></h6>
123117
<table class="table table-bordered footer">
124118
<thead>
125119
<tr>

packages/demo/src/examples/example17.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ <h2 class="bd-title">
8080
<td class="table-cell text-right">13.99</td>
8181
<td></td>
8282
<td></td>
83-
<td colspan="2" rowspan="5">
84-
<img id="pic1" src="" height="150" width="150">
85-
</td>
83+
<td colspan="2" rowspan="5"><img id="pic1" src="" height="150" width="150"></td>
8684
</tr>
8785
<tr>
8886
<td class="table-cell">Buckethead</td>

packages/demo/src/getting-started.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ <h5>NPM</h5>
3939
</div>
4040
</section>
4141

42-
<h5>
43-
ESM <code>import from</code>
44-
</h5>
42+
<h5>ESM <code>import from</code></h5>
4543
<p>The library provides both CommonJS or ESM, see the example below:</p>
4644
<div style="background: #f7f7f7; padding: 10px">
4745
<pre>
@@ -57,7 +55,8 @@ <h5>
5755
<h5>Legacy Versions</h5>
5856
<p>
5957
The project now ships as ESM-Only, if you still wish to use the legacy <code>&lt;script&gt;</code> standalone IIFE Script on the
60-
<code>window</code> object, then use the previous 4.x version.
58+
<code>window</code>
59+
object, then use the previous 4.x version.
6160
</p>
6261
</div>
6362
</div>

packages/demo/src/main.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
<img src="./github-mark-white.svg" alt="excel-builder-Vanilla" class="me-2" width="22">
55
<span>Excel Builder Vanilla</span>
66
</a>
7-
<div class="github-button-container"><a href="https://github.com/ghiscoding/excel-builder-vanilla">
8-
<img src="https://img.shields.io/github/stars/ghiscoding/excel-builder-vanilla?style=social">
9-
</a></div>
7+
<div class="github-button-container">
8+
<a href="https://github.com/ghiscoding/excel-builder-vanilla">
9+
<img src="https://img.shields.io/github/stars/ghiscoding/excel-builder-vanilla?style=social">
10+
</a>
11+
</div>
1012
<button
1113
class="navbar-toggler"
1214
type="button"

0 commit comments

Comments
 (0)