The page navigation is complete. You may now navigate the page content as you wish.
Skip to main content

More complex lists

  1. This is an ordered list.
  2. This is an ordered list.
  3. This is an ordered list.

This is an unordered list (using *):

This is also an unordered list (using -):

And this is also an unordered list (using +):

This instad is an ordered list:

  1. Michael Jackson
  2. Michael Bolton
  3. Michael Bublé

This is an ordered list that uses the same number for all the items:

  1. Michael Jackson
  2. Michael Bolton
  3. Michael Bublé

This is an ordered list that uses letters instead of numbers (doens't work):

A. Michael Jackson A. Michael Bolton A. Michael Bublé


This is a nested list (using *):

This is a nested list (using -):

This is a deeply nested list:


This is a list with hanging indents:

This is a list with one item separated by a blank line (this will force it to wrap all the list items in <p> tags in the HTML output):

This is a list that contains other block elements:


This list should not generate <p> elements as children of <li> items

This list instead should generate the <p> elements inside the <li> items