The markdown feature of the Text element is a great feature! You can just type your markdown string and SwiftUI will render the text formatted. Let’s see different ways to use it. Usage You can use a string literal Text(“This will be bold”) Or you…