File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -82,17 +82,18 @@ for details of the various
82
82
Raku pair notations.
83
83
84
84
The configuration section may be extended over subsequent
85
- lines. As currently implemented, care needs to be taken to align the data.
85
+ lines.
86
86
Each subsequent line must start
87
87
with an C < = > in the first virtual column, meaning that it must vertically
88
88
align with the C < = > of the Pod6 Block declaration,
89
89
and it must be followed
90
- by enough whitespace characters to pass the block identifier .
90
+ by at least one horizontal whitespace character .
91
91
92
92
For example:
93
93
= begin code :lang<pod6>
94
94
= for head1 :a-first-line-key<firstvalue> :another-first-line-key<xyz>
95
95
= :a-second-line-key(42)
96
+ = :a-third-line-key<third>
96
97
Content for the header block
97
98
= end code
98
99
You can’t perform that action at this time.
0 commit comments