Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
4.87k stars 460 forks source link

Bug: leading whitespace is collapsed to a single space when displaying posts, garbling posts which require indentation (such as Python code) #2108

Open glyph opened 2 weeks ago

glyph commented 2 weeks ago

Environment:

Description

If you write a post like this:

hello
    indentation
        world

Ice Cubes displays it like this

hello
 indentation
 world

An example post which demonstrates the issue:

https://mastodon.social/@glyph/112628092787725236

how it displays in Ice Cubes:

image

and how it displays natively in Mastodon:

image

Related Issues