From 7f778345977745b193c51e27f5d0d4383b674b5a Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Fri, 22 Sep 2023 15:58:11 +0100 Subject: [PATCH] Document that U is the formatting code for underline --- pod/perlpod.pod | 7 +++++++ pod/perlpodspec.pod | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/pod/perlpod.pod b/pod/perlpod.pod index ed227b50dc362..69f581393eea2 100644 --- a/pod/perlpod.pod +++ b/pod/perlpod.pod @@ -380,6 +380,13 @@ 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. Note further that some output formats cannot produce both +italic and underline formatting and therefore even if both are recognised, +they may not be visually disctinct from each other. + =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.