When you use the <?php get_links_list() ?> tag it automatically outputs in this format:
<li id="linkcat-1"><h2>Blogroll</h2>
<ul>
<li><a href="https://example1.com/">Blogroll Link 1</a></li>
<li><a href="https://example2.com/">Blogroll Link 2</a></li>
<li><a href="https://example3.com/">Blogroll Link 3</a></li>
</ul>
</li>
and I don’t want it to do that. Is there a way to change it?