swiftui-markdown
swiftui-markdown copied to clipboard
Render Markdown text in SwiftUI.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/jaywcjlove/swiftui-markdown). ## Config Migration Needed - [ ]...
``` 2023-08-17 18:57:13.138245+0800 MD2[3201:3124067] [SwiftUI] Accessing Environment's value outside of being installed on a View. This will always read the default value and will not update. 2023-08-17 18:57:13.144124+0800 MD2[3201:3124067] -[WKWebView...
The package indicates `.iOS(.v13)` platform support, but doesn't compile for iOS 14 just because its package description is erroneous.
It works fine when there is a network connection, but it doesn't display correctly when there is no network connection at all. Another is that text other than code blocks...
Is there any way to embed images from image assets to the markdown text?
Can it simultaneously support parsing markdown and LaTeX? If so, consider using Mermaid https://ui.lobehub.com/components/markdown#chat-mode
`Markdown` seems to have a scrollview of it's own. It would make sense for a library component to occupy as much space as needed and allow scrolling behaviour to be...