In StackOverflow, I often see users posting long errors messages (or Exception stacktraces). Is there any correct way of formatting this kind of thing on StackExchange sites ?
Code ? :
[ERROR] Line 38: No source code is available for type com.google.gwt.visualization.client.test; did you forget to inherit a required module?
Blockquote ? :
[ERROR] Line 38: No source code is available for type com.google.gwt.visualization.client.test; did you forget to inherit a required module?
Plain ? :
[ERROR] Line 38: No source code is available for type com.google.gwt.visualization.client.test; did you forget to inherit a required module?
<!-- language: lang-none -->to turn syntax highlighting off, I'd say. – TinSoldiersAndNixonsComin' Jul 27 '12 at 11:23<pre>, but directly using HTML tags is, as far as I know, frowned upon somewhat. – TinSoldiersAndNixonsComin' Jul 27 '12 at 11:33