How to remove extra line space on GitHub markdown bullets/lists?

Viewed 24369
3 Answers

An admittably "hacky" but still working solution:

  1. Choose any character from here.
  2. Copy it and paste it as bullet point:
1. First item  [< two spaces for the linebreak]
◦ subitem1  [< two spaces for the linebreak]
◦ subitem2
2. Second item
  1. Don't forget the two spaces for the linebreak.
Related