Sometimes it's useful to quote some code in a comment to make it clear what you're referring to -- this can often substitute for attaching a comment to a range of lines. But big chunks of code can also make comments hard to read, so Reviewable will now automatically collapse any long quoted code blocks.
For the exact Markdown syntax for quoting code blocks, see the original feature request.