I saw a problem with the rendering of nested unordered lists:
- Unordered list without nesting - rendered correctly:
<Markdown> {"* Bullet 1\n* Bullet 2"} </Markdown>

- Unordered list with nesting - not correct:
<Markdown> {"* Parent Bullet\n * Nested Bullet"} </Markdown>

Thank you!
I saw a problem with the rendering of nested unordered lists:
<Markdown> {"* Bullet 1\n* Bullet 2"} </Markdown><Markdown> {"* Parent Bullet\n * Nested Bullet"} </Markdown>Thank you!