When there's a list of links such as below (taken from my personal index.gmi), they should be displayed with <br> or similar between them to match functionality of standard gemtext browsers.
=> https://hackers.town/web/@liz Mastodon Account
=> https://liz.cray.lgbt Developer Portfolio (Yeah, needs some updating)
=> https://git.corrupt.link Family Gitea Instance
=> https://cloud.cray.lgbt Family Cloud Storage
=> https://discord.transdc.org DMV-Area Trans Discord Server
=> mailto:liz@cray.lgbt Main email
=> mailto:lizthelesbo@riseup.net Riseup email
When there's a list of links such as below (taken from my personal `index.gmi`), they should be displayed with `<br>` or similar between them to match functionality of standard gemtext browsers.
```
=> https://hackers.town/web/@liz Mastodon Account
=> https://liz.cray.lgbt Developer Portfolio (Yeah, needs some updating)
=> https://git.corrupt.link Family Gitea Instance
=> https://cloud.cray.lgbt Family Cloud Storage
=> https://discord.transdc.org DMV-Area Trans Discord Server
=> mailto:liz@cray.lgbt Main email
=> mailto:lizthelesbo@riseup.net Riseup email
```
Thinking about this, it should be resolved with CSS instead of a hard-coded <br> so users can override styling more easily.
Thinking about this, it should be resolved with CSS instead of a hard-coded `<br>` so [users can override styling](https://git.corrupt.link/maddiefuzz/skeksis/issues/2) more easily.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When there's a list of links such as below (taken from my personal
index.gmi), they should be displayed with<br>or similar between them to match functionality of standard gemtext browsers.Thinking about this, it should be resolved with CSS instead of a hard-coded
<br>so users can override styling more easily.