Posted By: exoteric | Oct 26th @ 1:39 PM
page 1 of 1
Comments: 5 | Views: 98
exoteric
exoteric
I : Next<I>

Provide some padding around code blocks a la blockquotes. Difference

 

class A<T> { ... }

 

vs

class A<T> { ... }

So to gain the best of both one has to mix them

class A<T> { ... }

Not too efficient.

 

A downside of the monospace code formatting is that it takes up more space so code can sometimes look a bit horrible in the forums.

 

Also, I always manually create block quotes. Is there a UI way to do this, it's a nuisance.

 

...And then of course Haskell code formatting Wink

Just to add to this, I'd like to see line-wrapping for code blocks, or at least a resizing of the post area if the code line goes too far. Right now it just goes through the sidebar, making it very hard to read.

Sven Groot
Sven Groot
My name has 9 letters. Coincidence? I think not...

Just add the following to your User CSS in your profile:

 

pre.code
{
  overflow: auto;
  border: #ccc 1px solid;
  padding: 10px;
}

 

Or customize to your liking. Smiley

page 1 of 1
Comments: 5 | Views: 98
Microsoft Communities