Bullet list: weird spacing if empty line in between

If there’s any empty line in a bullet list, preview renders weird spacing.

Steps to reproduce:
Use below text.

### text:
- texttexttexttexttexttext
	- texttexttexttexttexttext
		- texttexttexttexttexttext
			- texttexttexttexttexttext
		- texttexttexttexttexttext
	- texttexttexttexttexttext

- ==The empty line above causes the bullets to be spread out in preview==
- texttexttexttexttexttext
- texttexttexttexttexttext
- texttexttexttexttexttext

### text:
- texttexttexttexttexttext
	- texttexttexttexttexttext
		- texttexttexttexttexttext
			- texttexttexttexttexttext
		- texttexttexttexttexttext
	- texttexttexttexttexttext
- ==Same text without empty line==
- texttexttexttexttexttext
- texttexttexttexttexttext
- texttexttexttexttexttext

Search markdown loose list

1 Like

Aha! Thank you!

- tighty whities
- tighty whities
- tighty whities

Toss in a blank line between any two subsequent bullets and you get...
- Loosey goosies

- Loosey goosies

- Loosey goosies
  • tighty whities
  • tighty whities
  • tighty whities

Toss in a blank line between any two subsequent bullets and you get…

  • Loosey goosies

  • Loosey goosies

  • Loosey goosies

Hahha, ok! Sorry about the false alarm and thanks for the notice.

Any way to get rid of this?