That was from writeup formatting tips:
https://www.perlmonks.org/?node_id=17558
br without any attributes, is used as a carriage return. In a forum like this, where just text is posted, it would be the easiest and most straightforward and very simple implementation.
If people want to do more elaborate markup, p could be used, but, programmatically, it introduces some complications. There is no "paragraph" key on a keyboard, br IS a return. The way people type is when they want a paragraph they hit return a few times. I can't change that. People have been using return to create paragraphs since the invention of the typewriter.
There is nothing fancy going on here that requires wrapping EVERY post in p tags. I'm all for accessibility but in an empty br tag with no attributes there is nothing to access.
That goes for p as well, which would be fine but seeing the end p reminders all over preview would be awful and probably be confusing and time consuming checking to make sure that's all it is.
I can't help it either that the writers of the HTML specs didn't implement something workable. Like a simple ps tag for "paragraph space", between Paragraphs rather than around them.
Use BR or use P, technically the end paragraph is optional so maybe drop the reminders, one or the other would be fine with me.
Hell, call each post a poem or a haiku, then using BR becomes acceptable.
Personally I think it just makes sense to let people use return(br).
As far as taking up everyone's time. I'm posting on some obscure, old, forgotten 10 year old thread. I'm not twisting anyone's arm to read my ramblings. If someone doesn't want to read this topic, read something else. If not interested in trying to make the place easier to use, I'm sure there are plenty other things going on to read or do. Do me a favor and put me on ignore so I can hear from someone who is interested.
Tom
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.