Allowing some formatting in comments
Posted: Fri Aug 19, 2005 4:39 pm
Hi all,
We use and recommend serendipity at Planet Minds and it works very well. A question that keeps occurring is How can we put formatting in comments?
Basically the problem is due to the technical nature of many of the blogs, people like to be able to post code examples as comments. However code such as ...
turns into ...
Does anyone have any suggestions as to what we can do ?
Thanks
Des
We use and recommend serendipity at Planet Minds and it works very well. A question that keeps occurring is How can we put formatting in comments?
Basically the problem is due to the technical nature of many of the blogs, people like to be able to post code examples as comments. However code such as ...
Code: Select all
int x= 9;
int y= 234;
int z=0;
while(x*x<y-21)
{
z+=x;
}
System.out.println("z = " + z);
Code: Select all
int x= 9; int y= 234; int z=0; while(x*x<y-21) { z+=x; } System.out.println("z = " + z);Does anyone have any suggestions as to what we can do ?
Thanks
Des