Post

Replies

Boosts

Views

Activity

Reply to SwiftUI: which Markdown specification is supported?
Any solution for this yet? I am trying add indentation to my paragraph lines which is not being rendered either.     let paragraphStyle = NSMutableParagraphStyle()     paragraphStyle.lineBreakMode = .byWordWrapping     paragraphStyle.firstLineHeadIndent = 20     paragraphStyle.lineSpacing = 0     paragraphStyle.headIndent = 20     return paragraphStyle   }()
Dec ’21