<table>
<tbody>
<tr>
<th>E-Mail Address</th>
<td><a href="mailto:example@example"><code>example@example</code></a></td>
</tr>
</tbody>
</table>
…renders as:
![]()
| E-Mail Address | example@example |
|---|
<table>
<tbody>
<tr>
<th>E-Mail Address</th>
<td><a href="mailto:example@example"><code>example@example</code></a></td>
</tr>
</tbody>
</table>
…renders as:
![]()
| E-Mail Address | example@example |
|---|
I believe this is normal? I’m seeing it on the Meta theme, you might want to build a Markdown table instead for proper header support.
@darkpixlz, the problem is that it’s treating it as if it contains a tHead, when it doesn’t. The ths are inside the tBody. CommonMark doesn’t support this: