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

Question: Is the memory leakage issue in PR #13 still a concern?

Open yccheok opened this issue 4 months ago • 0 comments

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 edge cases, such as https://github.com/johnxnguyen/Down/issues/306
    • No longer maintained.
  • SwiftUI - https://github.com/gonzalezreal/swift-markdown-ui

    • Performance issues when rendering large bullet lists https://github.com/gonzalezreal/swift-markdown-ui/discussions/427

Your WebView-based solution delivers surprisingly high performance. It's even faster than the native SwiftUI implementation.

I want to thank you from the bottom of my heart. 💖

I was wondering if the issue mentioned in the following pull request is still a current concern: https://github.com/tomdai/markdown-webview/pull/13

Thanks again!

yccheok avatar Oct 23 '25 12:10 yccheok