Guille Gonzalez

Results 45 comments of Guille Gonzalez
trafficstars

Solved in MarkdownUI 2: https://github.com/gonzalezreal/swift-markdown-ui/releases/tag/2.0.0

MarkdownUI 2 supports text selection via the `.textSelection()` modifier. https://github.com/gonzalezreal/swift-markdown-ui/releases/tag/2.0.0

Solved in MarkdownUI 2.0: https://github.com/gonzalezreal/swift-markdown-ui/releases/tag/2.0.0

Thanks for reporting. I will take a look as soon as I have some spare time.

Hey folks, Sorry for the late response. Unfortunately, [apple/swift-cmark](https://github.com/apple/swift-cmark) is not using semantic versioning, so is not possible make a flexible version requirement. For instance, this doesn't work: ```swift dependencies:...

Hi @everuribe, This is a known issue of MarkdownUI. The current implementation combines multiple `Text` and `Image` views into containing layout views, which makes text selection work only at a...

It's a bit more complicated than that. It doesn't rely on newlines, as spacing is configurable per block. On top of that, styling adds yet another layer of indirection. Regarding...

I can confirm that the upcoming MarkdownUI 2.0 will support watchOS 🎉. See #169 and #152

MarkdownUI 2 has been released so we can close this issue. https://github.com/gonzalezreal/swift-markdown-ui/releases/tag/2.0.0