When using SwiftUI with iOS 14, I was unable to find out how to render html markup into actual text. I used SwiftSoup to parse the HTML into a string, but it removed <br/> and it didn't parse it into an NSAttributedString for formatting. Once I inserted my own line break via \n in the attributed string, UIKit removed the formatting for all links after the first line break. Overall, multiple pieces of breaking library code that make for one convoluted mess.