File: Lists.rd

package info (click to toggle)
po4a 0.73-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 20,528 kB
  • sloc: perl: 15,038; sh: 405; xml: 293; makefile: 5
file content (58 lines) | stat: -rw-r--r-- 1,322 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Nothing will be considered here...
=begin RD
= List test

One textblock...
  * this is an item of an itemlist
     * first sublist item
     * second sublist item
  * this is a second
    item for the same
    itemlist
     (1) item 1 of an enumlist nested inside
     (2) item 2 of the
         enumlist
     (5) item 3
     (4)   item 4
  *   a third item with different indentation
          verbatim
          block
          nested
          inside
          the
          item
      some more text for the item

      This is another textblock inside the itemlist item. Since I need to
      test how indentation works for multi-line output, this textblock
      is a bit long...

  :  odd word

     this is an explanation of the odd word

       * further clarification

       * another long long clarification (this is so long that it will
         end up taking more than one line in the output...)

     a final note

  : weird word
       this is an explanation of
       the weird
       word

  : awkward word
     (1) this word cannot be explained
     (2) see previous point

 ---  MyClass#mymethod(val)
        This method operates on val and turns it into magic!
 ---  MyClass#othermethod1()
 ---  MyClass#othermethod2()
        These methods are useless.

Bye.
=end RD
No more text will be considered.