Stripping newlines from ActivityPub Article object
Some federated services, like Mastodon, interpret newlines in HTML
literally. Since it costs nothing (and saves a few bytes) to strip
newlines from the HTML output, of the Article object, this commit does
just that.