frederik_diamond on Nostr: Converting text to markdown in my Swift app is surprisingly difficult. I tried using ...
Converting text to markdown in my Swift app is surprisingly difficult. I tried using the `swift-markdown-ui`, but unfortunately this package does not support selecting multiple paragraphs, and this bug does not seem to be easily fixed according to the developer of the package.
I will try to use the official `swift-markdown` package developed by the Swift team. Unfortunately, this package requires me to implement all the rendering capabilities, as it’s not included.
All the rendering I need is included in the `swift-markdown` package, but due to the text selection bug, the package is unusable for what I need…
#dev #swift
I will try to use the official `swift-markdown` package developed by the Swift team. Unfortunately, this package requires me to implement all the rendering capabilities, as it’s not included.
All the rendering I need is included in the `swift-markdown` package, but due to the text selection bug, the package is unusable for what I need…
#dev #swift