You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, whenever my config.toml contains bullets = false, lists do not show up on screen, but when I have bullets = true, then they do show up. I'm using the latest git commit (a4a56a6..) via Homebrew on MacOS with iTerm2. My config.toml is almost exactly default-config.toml except for some color adjustments, and I've confirmed the problem using the default.
To replicate:
set bullets = false in the config
visit gemini://gemini.circumlunar.space/
there is a missing list after "Gemini is a new internet protocol which:"
I couldn't find another issue about this, my apologies if this is a duplicate.
The text was updated successfully, but these errors were encountered:
I'm pretty sure the problem is in renderer.go at line 227: I don't know much about Go, but if I'm reading it correctly, if bullets is set to false, it just doesn't render the line. I will try to figure out whether this is the case tomorrow.
Hi, whenever my
config.toml
containsbullets = false
, lists do not show up on screen, but when I havebullets = true
, then they do show up. I'm using the latest git commit (a4a56a6..) via Homebrew on MacOS with iTerm2. Myconfig.toml
is almost exactlydefault-config.toml
except for some color adjustments, and I've confirmed the problem using the default.To replicate:
bullets = false
in the configgemini://gemini.circumlunar.space/
I couldn't find another issue about this, my apologies if this is a duplicate.
The text was updated successfully, but these errors were encountered: