Skip to content

Commit 1d09412

Browse files
docs(Common): Reformat README.md HTML for consistency
Improve formatting in the header logo block and funding table with proper tab-based indentation, expanded table structure, and self-closing void elements (`<img />`, `<source />`). This brings the README markdown in line with HTML formatting standards and improves readability without changing any rendered output.
1 parent b9a4f66 commit 1d09412

1 file changed

Lines changed: 42 additions & 16 deletions

File tree

README.md

Lines changed: 42 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
<table><tr>
2-
<td colspan="1"> <h3 align="center"> <picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="https://PlayForm.Cloud/Dark/Image/GitHub/Land.svg">
4-
<source media="(prefers-color-scheme: light)" srcset="https://PlayForm.Cloud/Image/GitHub/Land.svg">
5-
<img width="28" alt="Land Logo" src="https://PlayForm.Cloud/Image/GitHub/Land.svg">
6-
</picture> </h3> </td> <td colspan="3" valign="top"> <h3 align="center"> Common
7-
</h3> </td>
8-
</tr></table>
1+
<table>
2+
<tr>
3+
<td colspan="1">
4+
<h3 align="center">
5+
<picture>
6+
<source media="(prefers-color-scheme: dark)" srcset="https://PlayForm.Cloud/Dark/Image/GitHub/Land.svg" />
7+
<source media="(prefers-color-scheme: light)" srcset="https://PlayForm.Cloud/Image/GitHub/Land.svg" />
8+
<img width="28" alt="Land Logo" src="https://PlayForm.Cloud/Image/GitHub/Land.svg" />
9+
</picture>
10+
</h3>
11+
</td>
12+
<td colspan="3" valign="top">
13+
<h3 align="center">
14+
Common
15+
</h3>
16+
</td>
17+
</tr>
18+
</table>
919

1020
---
1121

@@ -346,32 +356,48 @@ Commons Fund grant.
346356
<table>
347357
<thead>
348358
<tr>
349-
<th align="left"><strong>Land</strong></th>
350-
<th align="left"><strong>PlayForm</strong></th>
351-
<th align="left"><strong>NLnet</strong></th>
352-
<th align="left"><strong>NGI0 Commons Fund</strong></th>
359+
<th align="left">
360+
<strong>
361+
Land
362+
</strong>
363+
</th>
364+
<th align="left">
365+
<strong>
366+
PlayForm
367+
</strong>
368+
</th>
369+
<th align="left">
370+
<strong>
371+
NLnet
372+
</strong>
373+
</th>
374+
<th align="left">
375+
<strong>
376+
NGI0 Commons Fund
377+
</strong>
378+
</th>
353379
</tr>
354380
</thead>
355381
<tbody>
356382
<tr>
357383
<td align="left" valign="middle">
358384
<a href="https://Land.PlayForm.Cloud">
359-
<img width="60" src="https://raw.githubusercontent.com/CodeEditorLand/Asset/refs/heads/Current/Logo/Land.svg" alt="Land">
385+
<img width="60" src="https://raw.githubusercontent.com/CodeEditorLand/Asset/refs/heads/Current/Logo/Land.svg" alt="Land" />
360386
</a>
361387
</td>
362388
<td align="left" valign="middle">
363389
<a href="https://PlayForm.Cloud">
364-
<img width="76" src="https://raw.githubusercontent.com/PlayForm/Asset/refs/heads/Current/Logo/PlayForm.svg" alt="PlayForm">
390+
<img width="76" src="https://raw.githubusercontent.com/PlayForm/Asset/refs/heads/Current/Logo/PlayForm.svg" alt="PlayForm" />
365391
</a>
366392
</td>
367393
<td align="left" valign="middle">
368394
<a href="https://NLnet.NL">
369-
<img width="240" src="https://NLnet.NL/logo/banner.svg" alt="NLnet">
395+
<img width="240" src="https://NLnet.NL/logo/banner.svg" alt="NLnet" />
370396
</a>
371397
</td>
372398
<td align="left" valign="middle">
373399
<a href="https://NLnet.NL/commonsfund">
374-
<img width="240" src="https://NLnet.NL/image/logos/NGI0CommonsFund_tag_black_mono.svg" alt="NGI0 Commons Fund">
400+
<img width="240" src="https://NLnet.NL/image/logos/NGI0CommonsFund_tag_black_mono.svg" alt="NGI0 Commons Fund" />
375401
</a>
376402
</td>
377403
</tr>

0 commit comments

Comments
 (0)