marked/test/specs/new/table_reference_link.html
<table>
<thead>
<tr>
<th>a</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.google.com">d</a></td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>a</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.google.com">d</a></td>
</tr>
</tbody>
</table>