💾 Archived View for rawtext.club › ~sloum › geminilist › 007106.gmi captured on 2023-11-04 at 12:48:33. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Nathan Galt mailinglists at ngalt.com
Mon Sep 13 00:50:55 BST 2021
- - - - - - - - - - - - - - - - - - -
On Sep 12, 2021, at 11:14 AM, mntn at mntn.xyz wrote:
I'm interested in opinions on syntax highlighting for preformatted text. Gemini has a lot of potential for distraction-free developer reference (I just discovered that godocs.io works in Gemini!) and syntax highlighting would help.
In Markdown, you can add hints to preformatted text blocks like so:
```html
<p>This is HTML</p>
```
This tells the client that the preformatted block is HTML, so the client can present the code in whatever way makes the most sense. Usually this is syntax highlighting, but I could imagine some clients adding collapsable code blocks based on tags, braces, and/or indentation depending on the language.
The Gemtext spec would seem to have no problem with this, as the first line is considered "alt text" and it is up to the client to determine both what should be done with it and how it should affect the presentation. But I wanted to put this out there to get a broader perspective.
Sounds like a neat idea. I can imagine _someone_ wouldn’t like it on the grounds that it’s on the noisy side color-wise, but a disabling toggle switch sounds like the sort of thing a buried preference would be for.