diff --git a/pod/perlpod.pod b/pod/perlpod.pod index ed227b50dc362..a953ca19b7cc0 100644 --- a/pod/perlpod.pod +++ b/pod/perlpod.pod @@ -380,6 +380,11 @@ Used for switches ("C-nE switch>"), programs emphasis ("Ccareful!E>"), and so on ("CautovivificationE>"). +=item CtextE> -- underline text + +This is a new addition in 2023 and may not be available in all processors or +output formats. + =item CcodeE> -- code text X X<< CZ<><> >> X X diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index ca09d28555d3f..dc0363b74c702 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -467,6 +467,12 @@ See the brief discussion in L. See the brief discussion in L. +=item CtextE> -- underline text + +See the brief discussion in L. + +This was added in 2023 and might not be supported on all Pod parsers. + =item CcodeE> -- code text See the brief discussion in L.