• Steam recently changed the default privacy settings for all users. This may impact tracking. Ensure your profile has the correct settings by following the guide on our forums.
  • If your profile is showing up as Not Ranked, please review our rules page and follow the appeal process detailed there.

tags in the developement help thread

Alex

Active Member
hello Peeps!


1) When in the Development Help Thread i've noticed when you're posting code, especially the < > tags around the includes i think it handles them as html tags so it blanks out the text inside them, so just a heads up, maybe this could be corrected by disabling HTML inside the thread.

Thanks :)
 
I disabled HTML. Should work fine now.
 
Was there not
Code:
 tags though specifically for this purpose?

edit:
[code]test.c
//lolololololololololo
int main()
             { if(a>b)
                        { b++;
                         }
              return;
             }
 
Was there not
Code:
 tags though specifically for this purpose?

edit:
[code]test.c
//lolololololololololo
int main()
             { if(a>b)
                        { b++;
                         }
              return;
             }


yeah, HTML tags in the code blocks should not be parsed regardless of whether it is on or not. Still it's not supposed to be enabled in that forum.
 
Back
Top