I want to have a table that links to sections that are collapsible and when the link is clicked, the section should be expanded. I cant figure out a way to automatically expand the content. Any ideas?
<table>
<tr>
<td style="background-color: #4da6ff; border-radius: 5px;">[[#test|1]]</td>
</tr>
<div class="mw-collapsible">
==test==
</div>