When posting on phpBB and suchlike, I have gotten into the habit of trimming line breaks around quote tags. I’m pretty sure I’ve been doing that here regularly, but lately it seems to have stopped working correctly.
We were way too lax in the past with BBCode parsing in the past. It cause tons of edge cases in our parser with a side effects of having hard to read markup.
[quote=“codinghorror, post:7, topic:104980”]
so don’t do that
[/quote]The problem is that if I highlight “so don’t do that” and hit the quote button, the cursor is left adjacent to the bracket (as it did here), so the system encourages us to do that. If you want the extra line break to be mandatory, you should probably start by enforcing it on your own quote button!