Link lists should not be on the same line #3
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: maddiefuzz/skeksis#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.