You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello! There seems to be a visual bug when there is en empty item in the list, for the text after the list. For example
produces this result:

This is the expected result (I added a non-breaking space for the empty item):

Can you tell me, is it caused by a bug in the library? Or is this a problem with the Markdown itself, and its specification?
The text was updated successfully, but these errors were encountered: