How can I set a SwiftUI Text to display rendered HTML or Markdown?
Text
Something like this:
Text(HtmlRenderedString(fromString: \"
Text can just display Strings. You can use a UIViewRepresentable with an UILabel and attributedText.
String
UIViewRepresentable
UILabel
attributedText
Probably attributedText text support will come later for SwiftUI.Text.
SwiftUI.Text