Block Quotes

To make an entire paragraph into a block quotation, place “bq. ” before it.

Example

Any old text.
bq. A block quotation.
Any old text.

Will become:

Any old text.
A block quotation.
Any old text.

Which, when rendered by a browser, will appear like this:

Any old text.

A block quotation.

Any old text.

NB: Unmodified paragraphs will be wrapped in <p> tags.

More information