I would like to write some Markdown text in a SwiftUI view in a Mac app. I need to support math expressions with $...$ and $$...$$ along with inline code and code blocks. How can I do syntax highlighting of the Markdown content? Any Swift packages that provide this feature?

