orbit-swiftui icon indicating copy to clipboard operation
orbit-swiftui copied to clipboard

Support markdown in `Text`

Open PavelHolec opened this issue 1 year ago • 0 comments

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.

PavelHolec avatar Mar 30 '23 09:03 PavelHolec