Hi Athanasius

You are implicitly addressing several questions.

Where

As so often the documentation is dispersed over several semi redundant pages.

Markup in the Monastery demonstrates the double DWIM nature of code blocks, ie inline without download link (without mentioning wrapping)

Why

Since the intention as stated is to mark ...

"code and data (which can be cut and pasted direct from your editor)"

... and a download link is missing, you can't allow automatic wrapping!

Automated wrapping means you'd get plus signs breaking the code when copying.

How

Personally I hate those cases with overly long lines happening and I think the solution is trivial:

Feature request: Inline code over 80 characters should be treated like multi line, ie get an additional download link and be wrapped!

Reasoning: >95% of the cases so far where careless posters, I'd rather prefer to apologize to the remaining <5% and hear their justification, why they don't want a download link.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!


In reply to Re: Inline code tags don't line-wrap by LanX
in thread Inline code tags don't line-wrap by Athanasius

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.