Hey everyone, is there any Compose Markdown render...
# compose-ios
k
Hey everyone, is there any Compose Markdown renderer library available out there? which also has support for iOS. I gave this (https://github.com/mikepenz/multiplatform-markdown-renderer) a try, but after including this library, I start having error when build/run the iOS app. The error is something like missing
androidx-annotation
.
j
k
Feeling déjà vu seeing you also reply it here, John. Thanks again! ❤️ I did fixed it based on that information, but interestingly initially I used version 0.13.0 of the markdown-renderer library which already use Compose 1.6.0 and based on above information it should fix the missing dependencies library. So was quite confusing. Then I decided to downgrade to version 0.12.0 which still in Compose 1.5.x and it finally fixed... 🤷
j
It's worth running gradle dependencies task to see what versions are being depended on
k
Oh I skipped that part. Yeah will give it a try.
m
FWIW, a JetC search also turned up https://github.com/halilozercan/compose-richtext/, where
richtext-commonmark
for Markdown is multiplatform.
❤️ 1
k
Ah nice. Thanks @Mark Murphy , will check that one as well!
👍🏻 1
g
I use https://github.com/MohamedRejeb/Compose-Rich-Editor for rendering HTML and it works very well, it also supports markdown
126 Views