Skip to content

Instantly share code, notes, and snippets.

@rock3r
Created May 8, 2025 15:04
Show Gist options
  • Save rock3r/7ad65b3e36f8cfb0a5d267d79013c433 to your computer and use it in GitHub Desktop.
Save rock3r/7ad65b3e36f8cfb0a5d267d79013c433 to your computer and use it in GitHub Desktop.
Nested lists example

Nested bullet lists:

  • Hello, level 1
    • Hello, level 2
    • Another level 2
      • Surprise! Level 3
      • It keeps going, when...
        • Level 4!
          • Level 5!
    • And a third one level 2
  • Another level 1

Numbered lists:

  1. Hello, level 1
    1. Hello, level 2
    2. Another level 2
      1. Surprise! Level 3
      2. It keeps going, when...
        1. Level 4!
          1. Level 5!
    3. And a third one level 2
  2. Another level 1

And a mix of the two:

  • Hello, level 1
    1. Hello, level 2
    2. Another level 2
      • Surprise! Level 3
      • It keeps going, when...
        1. Level 4!
          • Level 5!
    3. And a third one level 2
  • Another level 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment