Code formatting tag
Author
Discussion

dern

Original Poster:

14,055 posts

303 months

Wednesday 24th October 2007
quotequote all
The code formatting tag doesn't appear to work if the text placed inside the tags contains curly braces. For example this works...


if(something)
doSomething();


...but this doesn't...

{{{
if(something) {
doSomething();
}
}}}

Regards,

Mark

RacingPete

9,156 posts

228 months

Wednesday 24th October 2007
quotequote all
I see...

{{{

function testcode() {
if (code==bust) {
throw end of coding;
}
else {
show this comment
}

}}}

We have put on the list a different way of writing code into the system by using a [code] tag to accompany the above formatting (or not as the case is)... This will be coming soon!