Blank entries in lists get moved to the previous line
Open
bug
- Dominant language
- Python
- Stars
- 21
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The following:
```markdown
* test
*
*
* test
*
```
reformats to:
```markdown
* test * *
* test *
```
Contributor guide
Assessment
This issue has not been assessed yet.