Open
Description
Context
- Android
- Given the following markdown:
# Lorem ipsum
- First item
- Second item
Observed
- Below the headline a empty line is rendered which has the same height as the headline text.
- Below the list item a empty line is rendered which has the same height as the list item text.
Lorem ipsum
⦁ First item
⦁ Second item
Expected
- Below the headline no empty line is rendered.
- Below the list item no empty line is rendered.
Lorem ipsum
⦁ First item
⦁ Second item