Any idea why Answers is running paragraphs together?
Somewhat vexing.
(Preview shows whitespace above and below "Somewhat vexing." I expect it to vanish when I submit.)

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
The forum topic, Questions, and Intructables Steps interfaces do not use the new and buggy "plain text" box. They only bring up the Rich Editor, with an option (that little triangle) for you to hide the buttons.
Thus, when you're typing in your Question text, you are in the "rich editor" already, and it continues to treat carriage returns as line breaks (not as proper paragraph tags, but that's a separate issue).
Annoying, but I guess I can live with it for now.
Annoying, but I guess I can live with it for now.
This sentence was preceded by a <p>, which should be a blank line.
This sentence was preceded by a <br>, which should be a line break. Both appear as line breaks.
I can double up those tags to get an actual blank line, but that's rather ugly. How Hard Could It Be to recognize Newline Newline in the text and Do The Right Thing?
You can get a line break like that ?
The Rich editor locks up my work PCs now, and I haven't a clue why.
Steve
Thanks for the tip.
Paragraph marks are instructions to the client (your browser, for example) that a new block of text is starting, and it should do whatever it needs to do to make that clear to you.
An "extra blank line" is a one choice that a client could make, but not the only one. If you want to force it to do that, for your own clarity of reading, then you can write a CSS fragment and configure your browser to use it.
In Firefox, the default behaviour is that paragraphs are separated by an extra half-line. Look closely at the interline spacing within each of these paragraphs, and compare that to the gap between successive paragraphs.
Line breaks are a presentation issue, or a content-based notation for literal text (such as software source code, poetry, etc.). Clients are discouraged from collapsing multiple line-breaks.
Forcing what you think is right on everyone else is part of what's wrong with all the "graphic designers" trying to use content-based markup for graphics.
The current situation with the new "plain edtior" box is demonstrably a bug. Both Matt and Rachel know about it (though I wish they'd post something), but I don't know when they'll roll out a fix.
What Ork seemed (to me) to be talking about was that the <P> tag itself should be rendered as two new-lines. That's not necessarily correct, and requires some understanding of HTML to realize why.
Annoying, but I guess I can live with it for now.