@@ -46,13 +46,13 @@ different ways by different types of blocks, but is always specified using
46
46
Perl6-ish option pairs. That is, any of:
47
47
48
48
= begin table
49
- Value is... Specify with... Or with... Or with...
50
- =============== =================== ============== ======================
51
- Boolean (true) :key :key(1) key => 1
52
- Boolean (false) :!key :key(0) key => 0
53
- String :key<str> :key('str') key => 'str'
54
- List :key<1 2 3> :key[1,2,3] key => [1,2,3]
55
- Hash :key{a=>1, b=>2} key => {a=>1, b=>2}
49
+ Value is... Specify with... Or with...
50
+ =============== =================== ==============
51
+ Boolean (true) :key :key(1)
52
+ Boolean (false) :!key :key(0)
53
+ String :key<str> :key('str')
54
+ List :key<1 2 3> :key[1,2,3]
55
+ Hash :key{a=>1, b=>2}
56
56
= end table
57
57
58
58
All option keys and values must, of course, be constants since Pod is a
@@ -62,7 +62,9 @@ Perl 6 pair notations.
62
62
63
63
The configuration section may be extended over subsequent lines by
64
64
starting those lines with an C < = > in the first (virtual) column followed
65
- by a whitespace character.
65
+ by a whitespace character. (NOTE: This feature is not yet implemented.
66
+ All configuration information currently must be provided on the same
67
+ line as the C < =begin > marker line.
66
68
67
69
= head2 Paragraph blocks
68
70
0 commit comments