Solved [code] and [quote] and inconsistent behavior with [color]
#1
Hi

Is this a feature? Behavior is inconsistent.

Used code:
PHP Code:
[code]dd if=/dev/zero of=/dev/[color=#FF0000]sdX[/color] bs=1M[/code] 

Result:
Code:
dd if=/dev/zero of=/dev/[color=#FF0000]sdX[/color] bs=1M


Used code:
PHP Code:
[quote]dd if=/dev/zero of=/dev/[color=#FF0000]sdX[/color] bs=1M[/quote] 

Result:
Quote:dd if=/dev/zero of=/dev/sdX bs=1M
Reply
#2
That's intentional. Otherwise, how are you going to use the CODE tag to set-off and show your actual raw coding if it interprets some things and leaves other things as-is?
Reply
#3
yes, there is no BBcode conversion/handling inside code blocks
Reply
#4
Ok, makes sense. Sorry to bother you about this.

BR
Reply

Logout Mark Read Team Forum Stats Members Help
[code] and [quote] and inconsistent behavior with [color]0