Hi,
I love Stackoverflow ;) . However, when something not language specific is asked or when you want to answer with just a pseudo code I find code highlighting not very useful.
It would be great to see something like in Tex: where you can define things like:
\ForEach{Element in Array}{
Do my thing with Element
}
\While{condition}{
Do other thing while condition is true
}
\If{cond}{blah}
And those will be highlighted/formatted very elegantly.
What I am suggesting is to have a way to tell Stackoverflow: Don't automatically highlight my code. I want to highlight this and this word only.
I know that having a tex-like parser is too much to ask but I also believe something can be done to make pseudocode look nicer in Stackoverflow (See how Do, true, etc words were highlighted above?)
Thanks ;)
FYI: This is an example of what TEX does very easily:
