I'm pretty new in SwiftUI.
I've created a data with some text and a model file with a String definition. The data file contains some single and multiline text.
descriptionTop: "Beschreibung Oben:"
and
descriptionTop: """
Der Vorstand kann Mitglieder, and some more lines of text ...
"""
I want to format some of the words e.g. in bold, italic, strikethrough etc. I have already tried to add like described in another post.
Text("i want to have multiple **formats** for text in the _same **text box**_ at the same time even if it is really _really_ **really _really_** ~~really~~ long text so it would need to wrap correctly. (and maybe even include [links](https://www.apple.com)!)")
without success. I use an Xcode13 Project and IOS 15.5 deployment Thanks for your support.