Skip to content

Commit 2899fc5

Browse files
authored
use the verbatim code to see the actual formatting codes
1 parent 87cc875 commit 2899fc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/about.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ the start of a documentable named, say, Z. First the code in the document sourc
9090
9191
=begin code
9292
93-
=item C<X<How to use the Z infix> | infix,Z> (This a special case, which
93+
=item X<C<How to use the Z infix> | infix,Z> (This a special case, which
9494
is always considered a definition)
9595
9696
=item C<The Z Infix>
@@ -121,9 +121,9 @@ is always considered a definition)
121121
=item C<trait is cached> (A special case for the L<trait|/language/functions#Traits> documentables)
122122
123123
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<V< B<> >>) or italicized (B<V< I<> >>)
125+
font in addition to or in place of the code format (B<V< C<> >>). Due to current parser limitations,
126+
one has to take special steps to use the B<V< X<> >> with other formatting codes. For example:
127127
128128
=begin code
129129
=item X<B<foo>|foo> a fancy subroutine

0 commit comments

Comments
 (0)