How can I set a SwiftUI Text to display rendered HTML or Markdown?
Text
Something like this:
Text(HtmlRenderedString(fromString: \"
I created a markdown library specifically for SwiftUI:
https://github.com/Lambdo-Labs/MDText
Feel free to contribute!