I am pulling down text from firebase and in one of the strings is a bulleted list e.g:
"""
The second part of the thesis will consist of;
- Building life span and flexibility requirements
- Project expectations
The design brief will research and analyse how existing buildings are built for cold climates and digital nomadic living by looking at numerous categories;
"""
Im trying to figure out what the best way to deal with this is.
Is it possible to use Attributed
text and a swiftUI Text
view.
Is the only way to do this using a WKWebView and update the string to be in HTML with all the HTML markdown added etc.