Hello everyone! I am trying to render markdown whi...
# compose-android
a
Hello everyone! I am trying to render markdown which also has inline content(
BasicText
inlineContent
property). Is there a way to do so in compose. I looked into the lib https://github.com/halilozercan/compose-richtext which doesn’t take the
AnnotatedString
but only works on the
String
m
This thread should give you an idea how to achieve that, highly recommend reading it: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1679870636656459?thread_ts=1679848707.844139&cid=CJLTWPH7S
thank you color 1