https://kotlinlang.org logo
#compose
Title
# compose
h

Halil Ozercan

10/12/2020, 9:39 PM
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

Cedrick Cooke

10/12/2020, 11:07 PM
💯 super nice. Would love to see this wrapped up in a library.
1
k

kenkyee

10/12/2020, 11:42 PM
Someone did this already FYI... Can't remember where I saw it..
c

Colton Idle

10/13/2020, 12:10 AM
@hellman did this as well edit: thats the article above 😃
z

Zach Klippenstein (he/him) [MOD]

10/13/2020, 1:47 PM
That project is a good starting point, but it doesn't look like it supports tables, and seems to have more limited theming.
j

Jeremy

10/13/2020, 7:55 PM
Similar note. I was missing
Spanned
and ended up making a basic html compose renderer