Is it possible to customize the styling SwiftUI uses for markdown elements? Specifically I want to render links with an underline instead of the tint color, which is the default behavior.
Text("This is a [link](https://www.google.com/).")
Is it possible to customize the styling SwiftUI uses for markdown elements? Specifically I want to render links with an underline instead of the tint color, which is the default behavior.
Text("This is a [link](https://www.google.com/).")