Updated Test ‐ Wir testen hier was (markdown)

kuckuckmann
2023-09-28 13:28:23 +02:00
parent 7e19e5f99b
commit 66ecd77b4a

@@ -1,4 +1,31 @@
Auf dieser Seite testen wir was für die zukünftige Wiki
<table>
<thead>
<tr>
<th>Layer 1</th>
<th>Layer 2</th>
<th>Layer 3</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan=4>L1 Name</td>
<td rowspan=2>L2 Name A</td>
<td>L3 Name A</td>
</tr>
<tr>
<td>L3 Name B</td>
</tr>
<tr>
<td rowspan=2>L2 Name B</td>
<td>L3 Name C</td>
</tr>
<tr>
<td>L3 Name D</td>
</tr>
</tbody>
</table>