Skip to content

Commit 1c410ac

Browse files
authored
change table to delimited block form
remove :nested config key
1 parent 26c25f6 commit 1c410ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/pod.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ configuration information for the block. This information is used in
4545
different ways by different types of blocks, but is always specified using
4646
Perl6-ish option pairs. That is, any of:
4747
48-
=for table :nested
48+
=begin table
4949
Value is... Specify with... Or with... Or with...
5050
=============== =================== ============== ======================
5151
Boolean (true) :key :key(1) key => 1
5252
Boolean (false) :!key :key(0) key => 0
5353
String :key<str> :key('str') key => 'str'
5454
List :key<1 2 3> :key[1,2,3] key => [1,2,3]
5555
Hash :key{a=>1, b=>2} key => {a=>1, b=>2}
56+
=end table
5657
5758
All option keys and values must, of course, be constants since Pod is a
5859
specification language, not a programming language. Specifically, option

0 commit comments

Comments
 (0)