Skip to content

Instantly share code, notes, and snippets.

@idan
Created August 15, 2013 06:29
Show Gist options
  • Save idan/6238719 to your computer and use it in GitHub Desktop.
Save idan/6238719 to your computer and use it in GitHub Desktop.
test nested lists

Here's a nested UL:

  • foo
  • bar
    • Dive Bar
    • Classy Bar
    • Sushi Bar
  • baz

Here's a nested OL:

  1. foo
  2. bar
    1. dive
    2. classy
    3. sushi
  3. baz

Here's a mixed batch

  1. foo
  2. bar
    • dive
    • classy
    • sushi
  3. baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment