Perhaps with something like B<...> or C<...> do in a text-only environment.

Hmm, both stars and quotes (*italic* and "code") seem more common than <> in urls ... and they're already used for emphasis

Certainly not with something that was indistinguishable from a missing or invalid format code.

But you see, stray angle brackets are perfectly valid in pod, but podchecker -w -w ... will warn you if you're interested

*** WARNING: 2 unescaped <> in paragraph at line 18 in file ...

And you will be warned about invalid formatting codes (even from pod2text), like

Around line 16: Deleting unknown formatting code R<>

I personally feel this is a mistake, its like a browser appending a list of html errors at the bottom of each page, after all, perldoc/pod2text/pod2html... aren't exactly author tools like podchecker/Pod::Checker, podtidy/Pod::Tidy, podlinkcheck/App::PodLinkCheck, podlint/Pod::POM, pod_cover/Pod::Coverage, Test::Pod, Test::Pod::Coverage, Test::XT

As far as I can tell, I'm following current documentation, which is in conflict with current behavior, as other responders have observed.

Yes, I concluded this also, same me Re^2: hyperlinks in pod :)

Oh look pod2cpanhtml/App::Pod2CpanHtml


In reply to Re^3: hyperlinks in pod by Anonymous Monk
in thread hyperlinks in pod by jpl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.