halilozercan / compose-richtext

A collection of Compose libraries for advanced text formatting and alternative display types.
https://halilibo.com/compose-richtext
Apache License 2.0
750 stars 59 forks source link

Fix #96 #134

Closed halilozercan closed 4 months ago

halilozercan commented 4 months ago

When rendering markdown lists, some list items may return empty an empty child set. This can be due to markdown content like the following

* hello
*
* world

In this case, markdown renderer should just put an empty Text in the second item so that PrefixListLayout has something to place and report its size correctly.