First case: in this case, the code-tag-enclosed items are purely inline; no preceeding newlines:

This is a test of a short  code segment where the code tag occurs in line -- that is, without a preceeding newline -- and this  is a far more verbose example of nothing in particular except that it is much longer; in fact, so long that it this second clause exceeds the width of the text entry box into which this is being typed. This part of the para follows a space after the closing code tag.

Note that the neither placeholder above displays a download link, and the second is rendered without a + continuation symbol.

Second Case -- in which the code tag stands after closing the paragraph tag and at the beginning of the second new line following the close_para_tag:

Simulated Error:  use of <c> tags beginning on new lines, (but still inside para tags) to enclose content which is mostly non-sense except for its value as a long, verbose example of code-tag enclosed text which could have begun on its own line.

We still have no line break because (??) none exists inside the code tags. Note that despite the tags, we may not be rendering as desired.

In our third case, we post the with the same markup & essentially the same text as immediately above...except that there is a newline after ' example of' in the text inside <c> </c> tag pair:

Simulated Error: use of &lt;c> tags beginning on new lines, (but stil +l inside para tags) to enclose content which is mostly non-sense except for its + value as a long, verbose example of code-tag enclosed text which cou +ld have begun on its own line.

Note that despite the length, we may not be rendering as desired (i.e., no download link), for reasons obscure to my caffeine-deprived brain Duh, because the download link appears (exists) only AFTER the post is actually created.


Quis custodiet ipsos custodes. Juvenal, Satires


In reply to Re: Inline code tags don't line-wrap by ww
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.