Closed gonzalezreal closed 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.
Markdown
@State
ImageRenderer
Remove the
Markdown
view@State
property used to cache the parsed Markdown contents. This optimization was useless and didn't play well with SwiftUI'sImageRenderer
, as stated in #190.