Game Development Community

Bold not working in a codeblock?

by Bill Vee · in Site Feedback · 03/20/2009 (7:50 am) · 2 replies

Just notice that when you try to make something bold in side a codeblock it doesn't work.
I am pretty sure it did work before.

Example.
Plan text
[b]Bold text[/b]

#1
03/20/2009 (10:23 am)
Yeah, that was something that changed recently -- within the last couple of weeks.
[b]This is supposed to be bold[/b]
[i]This is supposed to be italic[/i]

As you can see it turns [ to < and ] to > inside of code blocks.
#2
03/20/2009 (10:35 am)
testing it out..
array[b] = 5;
array[xyz] = 5;
[b]foo[/b]
[xyz]bar[/xyz]

wow, that's weird.
here's the "source" for the above part of this post:
elenzil.com/gg/images/codeblocktest.png