Skip to content

Instantly share code, notes, and snippets.

@Elliria
Last active August 4, 2023 12:49
Show Gist options
  • Save Elliria/f39ab7ec5779a4e79502097c3df1eae8 to your computer and use it in GitHub Desktop.
Save Elliria/f39ab7ec5779a4e79502097c3df1eae8 to your computer and use it in GitHub Desktop.

Creative GitHub Lists

Standard nesting syntax:

* red
  * yellow
    * blue
      * black
        * white

Result:

  • red
    • yellow
      • blue
        • black
          • white

Creative nesting syntax:

* red
* * yellow
* * * blue
* * * * black
* * * * * white

Result:

  • red
    • yellow
      • blue
        • black
          • white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment