FeatureRequest: Jetpack Compose "native" support
Hi, you have closed every issue requesting compose support so far:
- https://github.com/noties/Markwon/issues/348
- https://github.com/noties/Markwon/issues/440
Am I right to assume that you do not plan to add support for compose despite its adoption growing and Google going compose first with Android?
You might want to move to another library (there is none - nothing stable or proven enough), or implement something on your own. This lib is not maintained anymore and its dependencies are pretty much obsolete now. Yes, those can be forced but that would be kinda risky.
alternative options for compose: https://github.com/jeziellago/compose-markdown/
it use noties/Markwon internally: https://github.com/jeziellago/compose-markdown/blob/main/markdowntext/src/main/java/dev/jeziellago/compose/markdowntext/MarkdownRender.kt
💡 The jeziellago/compose-markdown library is also "only" a wrapper around androidx.compose.ui.viewinterop.AndroidView.