From c6d602dad26085be14ad1c6bc851d52b89a0ae4b 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 ed227b50dc36..774656ce4d10 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 2024 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 distinct from each other. + =item CcodeE> -- code text X X<< CZ<><> >> X X diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index ca09d28555d3..d60112cefa5e 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 2024 and might not be supported on all Pod parsers. + =item CcodeE> -- code text See the brief discussion in L.