dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

more-lists.text (677B)


      1 Ordered, without paragraphs:
      2 
      3 1.  Foo
      4 2.  Bar
      5 
      6 Unordered, with paragraphs:
      7 
      8 *   A list item.
      9 
     10     With multiple paragraphs.
     11 
     12 *   Bar
     13 
     14 Nested lists:
     15 
     16 *   Bubbles
     17     1.  bunk
     18     2.  bupkis
     19         * BELITTLER
     20     3. burper
     21 *   Abacus
     22     * answer
     23 *   Cunning
     24 
     25 A complex, multiply-nested list:
     26 
     27   * Unordered stuff
     28     with overhang
     29 
     30      4. fourth nested
     31 
     32      2. second nested
     33 
     34      0. zeroth nested
     35 
     36   * More unordered stuff
     37 
     38      0. zeroth nested
     39      2. second nested
     40      4. fourth nested
     41 
     42 Nested ordered lists:
     43 
     44   1. first
     45 
     46      0. zeroth nested
     47      2. second nested
     48      4. fourth nested
     49 
     50   2. second
     51 
     52      1. first nested
     53      3. third nested
     54 
     55   3. third
     56 
     57   4. fourth