see how list-items are closed differently for plain unordered lists and link lists.
<li class="list-item">Item 1</li>
<li class="list-item">Item 2</li>
<li class="list-item">Item 3</li>
<li class="list-item">Item 4</li>
</ul>
The </li> closing tags are all at the end of each line.
<li class="list-item-link"><a href="#">Link 1</a>
</li>
<li class="list-item-link"><a href="#">Link 2</a>
</li>
<li class="list-item-link"><a href="#">Link 3</a>
</li>
<li class="list-item-link"><a href="#">Link 4</a>
</li>
</ul>
Now the </li> closing tags are all moved to the next line. It would be nice (clean code) if the </li> closing tag was at the end of each line.
– Richard
13" MacBook Air M1 + 2x LG 24" IPS QHD / 8GB RAM / 500GB SSD / macOS 14.3 Sonoma