markdown-webview icon indicating copy to clipboard operation
markdown-webview copied to clipboard

A performant SwiftUI Markdown view.

Results 4 markdown-webview issues
Sort by recently updated
recently updated
newest added

I saw a search result for latex, so I assumed that's supported. However, when I tried adding the latex, it didn't work. Is it not supported or am I just...

Before -> After: https://github.com/user-attachments/assets/a29a2203-64d2-4a63-90af-83ca619879cd Note: The text in the application's UI not being visible in the "Before" stage is not related to the memory leak fix.

1. Use removeScriptMessageHandlers to prevent memory leaks. 2. Recreate the web view when it turns blank. Reference: https://nevermeant.dev/handling-blank-wkwebviews/ We avoid using a timer-based solution since it's resource-intensive. Instead, we've observed...

Hi, Our app relies heavily on displaying Markdown text. We’ve tested several libraries, but none fully meet our requirements so far. - UIKit - https://github.com/johnxnguyen/Down - Unable to handle certain...