When making my liveblog post last night, it told me I was 2000 characters over limit for content that was already somewhat shorter than some previous ones. I poked into the source and found what can only be described as a train wreck of superfluous HTML. I wound up saving over 1000 characters just by removing wrapper divs from br tags, and even got it to outright leak tags upon experimenting.
Did we change the rich text editor lately? I had to be pretty painfully laconic in addition to tediously crawling and trimming source text just to do stuff that my first few posts had no issue with.
Comments
Assassin poems, Poems that shoot
guns. Poems that wrestle cops into alleys
and take their weapons leaving them dead
I mean there's no reason to ever wrap a br. It kind of defeats the point.
I was reasonably sure it wasn't a character limit reduction or anything. It's possible the repasted header is causing some kind of mode flip or something where it gets paranoid and wraps ALL THE THINGS.
IE can still go die in a hole.
This happened when I wasn't substantively adding anything. And when I hit remove formatting, it tried to interpret a paragraph of text as a custom tag. Like, <it was="" really="" stupid="" shit="" like="" this=""></it>
I wound up spending almost as long regexing the raw source to trim out that kind of crap as I did writing it in the first place.