Code tags....
Author
Discussion

gamefreaks

Original Poster:

2,067 posts

216 months

Tuesday 12th May 2009
quotequote all
Just though I would mention that the code tags don't seem to work for curly brace languages.

{{{

  1. include <stdlib.h>
  2. include <stdio.h>
void main()
{
printf("see what I mean?\n");
}

}}}

Mr Will

13,719 posts

235 months

Wednesday 13th May 2009
quotequote all
gamefreaks said:
Just though I would mention that the code tags don't seem to work for curly brace languages.

{{{

  1. include <stdlib.h>
  2. include <stdio.h>
void main()
{
printf("see what I mean?\n");
}

}}}
There are quite a few bug with the code tags at the moment but we have a new parser on it's way which should sure all of these including the problem you are having.

thumbup