orbit-swiftui
orbit-swiftui copied to clipboard
Support markdown in `Text`
Markdown format can be supported by creating an init
that takes AttributedString
instead of verbatim string.
This would allow a call site to decide between our html-based custom formatting or SwiftUI markdown formatting.