CI: adding prettier to pre-commit (#1009)

This commit is contained in:
Itay
2024-01-28 23:03:39 +02:00
committed by GitHub
parent 60a16fa46d
commit a4053501d0
6 changed files with 55 additions and 44 deletions

View File

@ -1,39 +1,43 @@
<p>This page is to ensure were able to parse a table into a tsv</p>
<table data-table-width="760" data-layout="default" ac:local-id="3ad64d9f-01f1-4f78-876e-0fdf84e826a6">
<tbody>
<tr>
<th>
<p><strong>hello</strong></p>
</th>
<th>
<p><strong>there</strong></p>
</th>
<th>
<p><strong>general</strong></p>
</th>
</tr>
<tr>
<td>
<p>kenobi</p>
</td>
<td>
<p>a</p>
</td>
<td>
<p>b</p>
</td>
</tr>
<tr>
<td>
<p>c</p>
</td>
<td>
<p>d</p>
</td>
<td>
<p>e</p>
</td>
</tr>
</tbody>
<table
data-table-width="760"
data-layout="default"
ac:local-id="3ad64d9f-01f1-4f78-876e-0fdf84e826a6"
>
<tbody>
<tr>
<th>
<p><strong>hello</strong></p>
</th>
<th>
<p><strong>there</strong></p>
</th>
<th>
<p><strong>general</strong></p>
</th>
</tr>
<tr>
<td>
<p>kenobi</p>
</td>
<td>
<p>a</p>
</td>
<td>
<p>b</p>
</td>
</tr>
<tr>
<td>
<p>c</p>
</td>
<td>
<p>d</p>
</td>
<td>
<p>e</p>
</td>
</tr>
</tbody>
</table>
<p />