I gave it a shot this weekend to implement a markd...
# compose
h
I gave it a shot this weekend to implement a markdown renderer in Jetpack Compose. Thanks to
compose-richtext
and abundance of Markdown parsers, I was able to have a working prototype in 2 evenings. Hopefully I can share the code once it is more organized and readable.

https://youtu.be/Mrts0NdIcbE

👏 2
🎉 20
c
💯 super nice. Would love to see this wrapped up in a library.
1
k
Someone did this already FYI... Can't remember where I saw it..
c
@hellman did this as well edit: thats the article above 😃
z
That project is a good starting point, but it doesn't look like it supports tables, and seems to have more limited theming.
j
Similar note. I was missing
Spanned
and ended up making a basic html compose renderer