|
|
|
|
|
by zenojevski
2179 days ago
|
|
The ability for clients to render the markup as they please is actually one of the most important features, and a stark distinction from HTML, which only has one correct way to render. I exploit this in my Unnamed Gopher Client[0], a client for the predecessor of the Gemini protocol, where I render links in a familiar files/folder format: https://i.imgur.com/dw3e4Ou.png And there are many more creative things that can be done with this. [0]: https://github.com/zenoamaro/unnamed-gopher-client |
|
A website can be rendered at different resolutions, with or without stylesheets, in dark mode, in printer-friendly formats, in a text-like format, with user stylesheets, with some elements hidden, as plain text, etc.