Optional prefixes: [g]oogle, [m]ap  
[w]ikipedia, [snopes]  

home » editing help » lists

Lists

Table of Contents

Method

Lists can be easily created by starting a line with three spaces followed by a '*' for a bullet list or a '#' for a numeric list. Increase the number of spaces to six for sub-list, nine for sub-sub-list etc.

For example a bullet list:

   * Item 1
   * Item 2
      * Sub-item 1
         * Sub-sub-item 1
      * sub-item 2
   * Item 3

As an alternative to a '*' asterisk, you may also use a letter 'o'.

And a numeric list:

   # Item 1
   # Item 2
      # Sub-item 1
         # Sub-sub-item 1
      # sub-item 2
   # Item 3

  1. Item 1
  2. Item 2
    1. Sub-item 1
      1. Sub-sub-item 1

    2. sub-item 2

  3. Item 3

Share

top