I would like an auto-break feature as well. Maybe something like on /. where you can choose HTML formatted or plain text (the plain text autobreaks but still allows links and things like bold and italic)

However I'm not sure ranting about it is the right way to get such a feature implemented. I mean if you want to complain about hypocrisy, complain about people who flame the newbies rather than trying to point them in the right direction, that's hypocrisy since someone at some point probably helped them. A technical issue is not hypocrisy, in fact I'm willing to bet that it most people find it to be a feature, and it probably also saves the server on processing power.

As for the HTML parsing with regexes: It is a fact that a regex cannot catch all possible valid HTML, however a true parser can and there are parsers availiable. Just like every other suggestion for a module on this site suggesting an HTML parser is done to save the user time from re-inventing a wheel. This is consistant, use the right tool for the job.

Lobster Aliens Are attacking the world!

In reply to Re: Perl Monks hypocrisy by cfreak
in thread Perl Monks hypocrisy by Wassercrats

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.