gonzalezreal / swift-markdown-ui

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

Remove `Markdown` view `@State` property #197

Closed gonzalezreal closed 1 year ago

gonzalezreal commented 1 year ago

Remove the Markdown view @State property used to cache the parsed Markdown contents. This optimization was useless and didn't play well with SwiftUI's ImageRenderer, as stated in #190.