<table>
<tbody>
<tr>
<th>E-Mail-Adresse</th>
<td><a href="mailto:example@example"><code>example@example</code></a></td>
</tr>
</tbody>
</table>
…wird gerendert als:
![]()
| E-Mail-Adresse | example@example |
|---|
<table>
<tbody>
<tr>
<th>E-Mail-Adresse</th>
<td><a href="mailto:example@example"><code>example@example</code></a></td>
</tr>
</tbody>
</table>
…wird gerendert als:
![]()
| E-Mail-Adresse | example@example |
|---|
Ich glaube, das ist normal? Ich sehe es im Meta-Theme. Sie sollten möglicherweise stattdessen eine Markdown-Tabelle erstellen, um die korrekte Kopfzeilenunterstützung zu gewährleisten.
@darkpixlz, das Problem besteht darin, dass es so behandelt wird, als ob es ein tHead enthält, obwohl dies nicht der Fall ist. Die th-Elemente befinden sich innerhalb des tBody. CommonMark unterstützt dies nicht: