Is it just me or is inserting 4 spaces in front of every line of my code very annoying?
I would love if there was some way to put XML code in my posts without having to put 4 spaces in front of each line everytime (which is pretty tedious when it's like 20-30 lines).
I've always liked a forum's [code] tags for this purpose because if there is something like [blah] then it just gets put in as plain text as [blah]. With Stack Overflow/Super User/Server Fault though, it would get stripped out unless it has 4 spaces before it on the same line.
Just look:
<html>
<body>
</body>
<html>
which ends up being (with< stripped)
html>
body>
/body>
/html>
If instead we could do something like
html>
body>
/body>
/html>
so that only the first line had to be prefixed with 4 spaces it'd be OK also.
Or if SO could be told to ignore all HTML tags(but not strip them) inside of pre-code then that'd be great.
Is there any hope of getting some easier way to put XML code in questions/answers?