G'day All,

I had some problems with the rendering of the title of a post. I can't find any specific information: Super Search with keywords like title is not particularly useful. I suspect this may be documented somewhere; I hoping someone can point me to that.

The specific problem occurred with "Re^2: @ARGV ignores quotes [ZERO WIDTH SPACE]". That node's title currently renders as: Re^2: @ARGV ignores quotes [ZERO WIDTH SPACE].

Originally, the end of that was [​] which rendered as: Re^2: @ARGV ignores quotes [].

I didn't think that entity references were honoured in titles; however, this indicated I was wrong (or so I believed). I thought that would be an easy fix and changed the end part to [​]; but that rendered as: Re^2: @ARGV ignores quotes [​].

As I couldn't work out the apparently contradictory behaviour, I simply took a pragmatic approach and changed the end to [ZERO WIDTH SPACE] (its current value).

Any help with this would be appreciated.

— Ken


In reply to What are the formatting rules for the "Title" of posts? by kcott

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.