File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ is always considered a definition)
121
121
= item C < trait is cached > (A special case for the L < trait|/language/functions#Traits > documentables)
122
122
123
123
Note that all the documentable items above should be able to be found by using the search window on
124
- the docs pages. In many cases you may want to emphasize the item in bold (B <> ) or italicized (I <> )
125
- font in addition to or in place of the code format (C <> ). Due to current parser limitations,
126
- one has to take special steps to use the X <> with other formatting codes. For example:
124
+ the docs pages. In many cases you may want to emphasize the item in bold (' B <> ' ) or italicized (' I <> ' )
125
+ font in addition to or in place of the code format (' C <> ' ). Due to current parser limitations,
126
+ one has to take special steps to use the ' X <> ' with other formatting codes. For example:
127
127
128
128
= begin code
129
129
= item X < B < foo > |foo> a fancy subroutine
@@ -134,4 +134,6 @@ renders like this
134
134
= item X < B < foo > |foo> a fancy subroutine
135
135
136
136
Notice the text after the pipe ('|') character has no formatting.
137
+
138
+ For full details about Perl 6 POD, see L < Synopsis 26, Documentation|https://design.perl6.org/S26.html > .
137
139
= end pod
You can’t perform that action at this time.
0 commit comments