Skip to content

Instantly share code, notes, and snippets.

@brossi
Created November 2, 2015 19:57
Show Gist options
  • Save brossi/7c01f9d683b9b738871a to your computer and use it in GitHub Desktop.
Save brossi/7c01f9d683b9b738871a to your computer and use it in GitHub Desktop.
Daology content editor - lists

"Generic" (unordered) list items can be defined with *, +, or - characters.

  • Generic list item
  • Generic list item
  • Generic list item

"Numbered" (ordered) list items are defined with a numeral...

  1. Numbered list item
  2. Numbered list item
  3. Numbered list item

...or for cases when you don't know in advance where a list item will appear in the overall numbering scheme, you can use the same numeral...

  1. Numbered list item
  2. Numbered list item
  3. Numbered list item

Nested lists use a indentation below the parent list item for the first nested level and two spaces beyond the previous level for deeper tiers.

  • Generic list item
  • Generic list item
  • Nested list item
  • Nested list item
  • Third level nested item
  • Generic list item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment