File: nested-list.text

package info (click to toggle)
markdown-mode 2.3%2B154-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,052 kB
  • sloc: lisp: 13,081; makefile: 69; sh: 16
file content (25 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
   - List level 1 item 1
   - List level 1 item 2

     Second paragraph of item 2

        Nested pre block in item 2
        Four spaces past the marker

     Another paragraph of item 2

   - List level 1 item 3

       - List level 2 item 1
         Four spaces from higher-level the marker.
                     More indentation in the same block
                     does not trigger a pre block!

            Nested pre block
            Four spaces past the previous marker

       - List level 2 item 2

           - List level 3 item 1

                 Nested pre block