I'm already trying with the tag pre but doesn't working
example:
public static bool testFunction()
{
//some commented code
return true;
}
The "return true" and other keywords must be blue
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Since the changes to syntax highlighting in December 2010, the highlighting is based on the tags on the question. Hence examples of code blocks in this very question will not show any highlighting unless some fake language tag like | |||
|
feedback
|
|
Dude just read the full reference on how to format your text. | |||||||
feedback
|
|
Testing now with 4 spaces before the code
| |||
|
feedback
|
|
4 spaces before the code works great here in Stack Overflow, but in other sites will work too? | |||||
feedback
|
<pre>. Add 4 spaces before code. – Oded Aug 20 '10 at 20:58prein it, and the tag ishtml. maybe it's just poorly worded? – Claudiu Aug 20 '10 at 20:59