💾 Archived View for bbs.geminispace.org › u › octal › 2045 captured on 2023-11-04 at 16:57:21. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-08)
-=-=-=-=-=-=-
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 · 5 months ago
horizontal lines can be achieved through a simple...
____________________
or
••••••••••••••••••••••••••
Isn't perfect but it works...
2023-06-16 · 5 months ago
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.