To quote a paragraph, just prefix it by a TAB character. All the lines of the paragraph must begin with a TAB.
Any non-tabbed line closes the quote block.
The number of leading TABs identifies the quote block depth. This is quote level 1.With two TABs, we are on the quote level 2.The more TABs, more deep is the quote level.There isn't a limit.
Until the level 1.Counting down, one by one.This quote starts at level 4.Then its depth is decreased.
The TAB count don't need to be incremental by one.Unlike lists, any quote block is independent, not part of a tree.Quotes can be opened and closed in any way.The nesting don't need to follow any rule.You choose.
Some targets (as sgml) don't support the nesting of quotes. There is only one quote level.In this case, no matter how much TABs are used to define the quote block, it always will be level 1.
Spaces AFTER the TAB character are allowed. But be careful, it can be confusing.
Spaces BEFORE the TAB character invalidate the mark. It's not quote.
Paragraph breaks inside a quote aren't possible.
This sample are two separated quoted paragraphs, not a quote block with two paragraphs inside.
The end of the file (EOF) closes the currently open quote block.