Re: pod embedded in pod
[email protected] (Shawn H Corey) Thu, 13 Apr 2017 08:50:09 -0400
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <20170413085009.6e1f7fbd@sage> |
On Thu, 13 Apr 2017 11:36:23 +0000 RAPPAZ Francois via pod-people <[email protected]> wrote: > How can I embed pod directives in a pod directive so that they are > displayed as plain text ? I have tried =3Dbegin pod or =3Dbegin text > without success. Should I use E<61> instead of =3D ? >=20 > Thanks >=20 > Fran=C3=A7ois >=20 Usually embedded POD is done in a verbatim paragraph since these will be rendered in a monospace font. =3Dhead1 Embedding POD in a POD =3Dhead1 This is not a heading. This is a verbatim paragraph. This will be displayed in a monospace font. This is a regular paragraph. =3Dcut --=20 Don't stop where the ink does. Shawn H Corey