List Formatting Rules
Last changed: -66.78.126.224

.

Lists

To make a bulleted list, start a line with a tab (or 8 spaces) followed by a star:

Ordered lists, a line with a tab (or 8 spaces) followed by a 1.:

  1. item 1
    1. sub item 1
    2. sub item 2
  2. item 2
  3. item 3
Question
Answer
  1. ordered item
      • unordered item
      • unordered item
  2. item 1
  3. item 2
    a b
    c d
  4. item 3

Ordered List with Number Continuation

A new ordered list format that allows number continuation with intervening text (requires build 2.1.0.248). The sample below

		# New Format Item 1
				* a bullet 		
		# New Format Item 2
		# New Format Item 3
				# New Format Level 2 Item 1
A line with text on it
				#^ New Format Level 2 Item 2
		# New Format Item 4

produces the list as follows:

        # New Format Item 1
        # New Format Item 2
        # New Format Item 3
                # New Format Level 2 Item 1

A line with text on it

                #^ New Format Level 2 Item 2
        # New Format Item 4