There has been some discussion about approving new tags in both the cb and the thread Proposal: Adding to Approved HTML Tags. The most important of these tags were INS, DEL, and Q.

Finally this has been brought to a decision: demerphq has added these three tags to Perl Monks Approved HTML tags.

The decision about the less important (imo) tags (ABBR ACRONYM CITE DFN KBD SAMP VAR etc) is still pending.

The only problem with this is that there are some nodes that contain <del> unquoted (meaning for example the delete button), and those now have to edited: <del> must either be html-escaped as &lt;del&gt; or put in code tags. Two such nodes have already been corrected, but there might be some others.

Update: I've forgot this, but Q is also allowed in the cb.

Edit by tye: Note that the Q tag is no longer allowed in nodes or chatter (see replies for more info).


In reply to INS, DEL, Q tags now allowed in posts by ambrus

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.