<table>
<tbody>
<tr>
<th>Адрес электронной почты</th>
<td><a href="mailto:example@example"><code>example@example</code></a></td>
</tr>
</tbody>
</table>
…отображается как:
![]()
| Адрес электронной почты | example@example |
|---|
<table>
<tbody>
<tr>
<th>Адрес электронной почты</th>
<td><a href="mailto:example@example"><code>example@example</code></a></td>
</tr>
</tbody>
</table>
…отображается как:
![]()
| Адрес электронной почты | 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, проблема в том, что он обрабатывает это так, будто там есть tHead, хотя его нет. th находятся внутри tBody. CommonMark не поддерживает это: