but I cannot remember the right syntax

You have it spot on. They're all of the format [scheme://optional_identifier|optional_alt_text].

Linking syntax is available in What shortcuts can I use for linking to other information? in the PerlMonks FAQ (accessed via the "Need Help??" in the top right corner).

And I dont enjoy having to remember yet another HTML shorthand

Then don't use it. All we ask is that you don't link to a PerlMonks specific domain. (e.g. <a href="/?node_id=646560">here</a> would be fine.) People use various domains to read this site (www.perlmonk.org, perlmonk.org, www.perlmonks.com, perlmonks.com, www.perlmonks.net, perlmonks.net, etc). Following a link to a different domain causes the user to get logged out.

The advantage of [id://XXXXXX] is that it fetches the node title so you don't have to look it up yourself or use something lame like "here".

By the way, what you posted was invalid HTML. It's only safe to omit the quotes around attribute values when the value matches /^[a-zA-Z0-9-._:]*\z/.


In reply to Re: auto-simplify URLs by ikegami
in thread auto-simplify URLs by princepawn

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.