Don't format text within the braces
Don't format text within the braces
Author
Discussion

rxtx

Original Poster:

6,050 posts

239 months

Sunday 28th August 2011
quotequote all
Could somone possibly fix this?


say "The unformatted block quotes only seem to work if curly braces aren't included."


{{{
{
say "The unformatted block quotes only seem to work if curly braces aren't included."
}
}}}

It's quite annoying, but SO simple to fix.

mrmr96

13,736 posts

233 months

Sunday 28th August 2011
quotequote all
rxtx said:
Could somone possibly fix this?


say "The unformatted block quotes only seem to work if curly braces aren't included."


{{{
{
say "The unformatted block quotes only seem to work if curly braces aren't included."
}
}}}

It's quite annoying, but SO simple to fix.
Is it not to do with the restriction of only one set of CODE per post?

rxtx

Original Poster:

6,050 posts

239 months

Sunday 28th August 2011
quotequote all
{{{
No it's because { and } can't exist inside the quotes.
}}}