Briefly used the devtools and found found that white-space: break-spaces; will fix the jumbled code in this forum - at least that's what i see in Vivaldi 5.6.2867.62. 

Thought i'd mention it and i hope not to be the first to point it out, lol.

Selector:.l-content p, .l-content ul li

.l-content p, .l-content ul li {
max-width: 750px;
white-space: break-spaces;
display: inline;
}

:)

 Fix screenshot of this post:

display: inline; would also reduce the bigger line break gap that comes with the white-space in the above selector. But not fully, still some big spacing.

 

 

Before:

After:

Accepted answer

We just added Markdown for authenticated users. This will really help future postings with code etc. Give it a try!

Most helpful answers

Oops you are right, only for moderators. I'll ask why. I don't see a problem with authenticated users using it.

Comments

You can also select Markdown under formatting options, which will allow you to use markdown to include code (much better than messing with css).

 

Is this for mod roles? (I only see this):

Oops you are right, only for moderators. I'll ask why. I don't see a problem with authenticated users using it.

Glad it's getting considered. Got concerned with the jungle reading this post.

We just added Markdown for authenticated users. This will really help future postings with code etc. Give it a try!