# New Ticket Created by Moritz Lenz # Please include the string: [perl #114510] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=114510 >
S26 says you are allowed to nest delimiters in formatting codes as long as they are balanced. For example C< infix:<+> > takes the whole infix:<+> as the inside of the formatting code. You should also be allowed to write C<< infix:<+> >> to the same effect. Currently neither of those work in Rakudo, which is a problem for doc.perl6.org. Implementing the second (and optionally the first) would help me very much. Cheers, Moritz
