gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.25k stars 268 forks source link

Render markdown inlines using `SwiftUI.Text` #116

Closed gonzalezreal closed 1 year ago

gonzalezreal commented 1 year ago

Add MarkdownInlineGroup view to render a group of inlines by combining SwiftUI.Text values. Some tests are going to fail, but this is expected.