When displaying messages, FormattedBodyView currently uses the custom AttributedTextView, which displays a NSAttributedString using NSTextView. I think this could be done more easily with SwiftUI's Text and AttributedString.
This would fix #103.
It might even be possible to replace the custom markdown stuff with AttributedString's own markdown parsing.
When displaying messages,
FormattedBodyViewcurrently uses the customAttributedTextView, which displays aNSAttributedStringusingNSTextView. I think this could be done more easily with SwiftUI'sTextandAttributedString.This would fix #103.
It might even be possible to replace the custom markdown stuff with
AttributedString's own markdown parsing.