dotemacs

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

nested-list.text (581B)


      1    - List level 1 item 1
      2    - List level 1 item 2
      3 
      4      Second paragraph of item 2
      5 
      6         Nested pre block in item 2
      7         Four spaces past the marker
      8 
      9      Another paragraph of item 2
     10 
     11    - List level 1 item 3
     12 
     13        - List level 2 item 1
     14          Four spaces from higher-level the marker.
     15                      More indentation in the same block
     16                      does not trigger a pre block!
     17 
     18             Nested pre block
     19             Four spaces past the previous marker
     20 
     21        - List level 2 item 2
     22 
     23            - List level 3 item 1
     24 
     25                  Nested pre block