blockquote

blockquote — A quotation set off from the main text

Synopsis

Description

Block quotations are set off from the main text, as opposed to occurring inline.

Processing expectations

Formatted as a displayed block.

See Also

abstract, attribution, epigraph, sidebar

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example blockquote</title>

<blockquote><attribution>Richard Dawkins</attribution>
<para>The universe that we observe has precisely the properties we should 
expect if there is, at bottom, no design, no purpose, no evil and
no good, nothing but pitiless indifference.
</para>
</blockquote>

</article>
 

The universe that we observe has precisely the properties we should expect if there is, at bottom, no design, no purpose, no evil and no good, nothing but pitiless indifference.

 
 --Richard Dawkins

ChangeLog

This alpha reference page is $Revision: 1.3 $ published $Date: 2005/07/07 16:40:27 $.