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
This is a result of the way we render MisskeyFlavouredMarkdown.
There was no proper MFM Renderer available for Swift, so I had to write one myself.
SwiftUI doesn't have a nice way of flowing separate big boxes of text, so we break all text into small boxes that can be flowed easily. One drawback of this is that sometimes a box with a ' ' might be the first one in its line.
This is probably way easier in UIKit directly, but thats out of my league for now ^^
This post in particular seems to have a problem with indentation. It seems like there are spaces at the beginning of some lines.
Screenshots
The text was updated successfully, but these errors were encountered: