blockquote
blockquote — A quotation set off from the main text.
Synopsis
- Sequence of:
- One of:
attribution
?- One or more of:
annotation
bridgehead
remark
revhistory
- Indexing inlines
- Admonition elements
- Formal elements
- Graphic elements
- Informal elements
informalequation
informalexample
informalfigure
informaltable
(db.cals.informaltable)informaltable
(db.html.informaltable)
- List elements
- Paragraph elements
- Publishing elements
- Synopsis elements
- Technical elements
- Verbatim elements
- One of:
Attributes
Description
Block quotations are set off from the main text, as opposed to occurring inline.
Processing expectations
Formatted as a displayed block.
This element occurs in 73 elements.
This element contains 64 elements.
See Also
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example blockquote</title> 4 <blockquote><attribution>Richard Dawkins</attribution> <para>The universe that we observe has precisely the properties we should 6 expect if there is, at bottom, no design, no purpose, no evil and no good, nothing but pitiless indifference. 8 </para> </blockquote> 10 </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