Comment by 🚂 octal
Re: "If I could add one thing to the gemtext spec, it would be a…"
I like to think of <hr> as an unnamed header, as @mediocregopher suggests, when it's used to introduce a new scene or topic. In a book, this might be rendered as a line of three stars * * * instead of a solid horizontal line.
Conveniently, if that's your use-case, Gemini Text already has unnamed headers! Just make a header line (#,##,###) and don't put any text in it :)
(your rendering may vary)
2023-06-15 · 3 years ago
1 Later Comment
❄ freezr · 2023-06-16 at 04:09:
horizontal lines can be achieved through a simple...
or
Isn't perfect but it works...
Original Post
If I could add one thing to the gemtext spec, it would be a horizontal line rule (like <hr/>). You can do it manually, but you can't know how wide the reader's screen is and if you guess badly it looks weird.