Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Last active May 7, 2025 10:59
Show Gist options
  • Save sogaiu/7ac231de4822f6db16d5bca1b54b7917 to your computer and use it in GitHub Desktop.
Save sogaiu/7ac231de4822f6db16d5bca1b54b7917 to your computer and use it in GitHub Desktop.
loose lists are affected by blank lines between list items of the same list

Rendered

Sample 1 - Outer List is Loose

  • A

  • B

    • B.1
    • B.2
  • C

Sample 2 - Inner List is Loose

  • A
  • B
    • B.1

    • B.2

  • C

Source

Sample 1 - Outer List is Loose

* A
* B
  * B.1
  * B.2

* C

Sample 2 - Inner List is Loose

* A
* B
  * B.1

  * B.2
* C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment