A blockquote component is a content with a citation.
A blockquote is an extract from another source and is set appart with a citation.
A pullquote is an typographic effect that quotes words of the current article
A blockquote has three type:
<blockquote type="card">
<header>My Header</header>
=== Title === or <heading>Title</heading>
content
<cite>The reference</cite>
</blockquote>
where:
A card blockquote is just a shortcut that wraps the typographic blockquote in a card.
The card blockquote is the default type.
<blockquote>
The true work does not reveal itself until you get into.
<cite>Nico</cite>
</blockquote>
The true work does not reveal itself until you get into.
<blockquote typo>
The true work does not reveal itself until you get into.
<cite>Nico</cite>
</blockquote>
The true work does not reveal itself until you get into.
As a superset HTML element, you can add your own class.
<blockquote class="p-4 m-4 mx-auto" border-color=blue width=400px>
The true work does not reveal itself until you get into.
<cite>Nico</cite>
</blockquote>
The true work does not reveal itself until you get into.
An header is supported in the card blockquote.
<blockquote width="300px" align="center">
<header>True work</header>
The true work does not reveal itself until you get into.
<cite>Nico</cite>
</blockquote>
The true work does not reveal itself until you get into.
A heading is supported in the card blockquote.
<blockquote width="300px" align="center">
<header>Work</header>
=== True Work ===
The true work does not reveal itself until you get into.
<cite>Nico</cite>
</blockquote>
True WorkThe true work does not reveal itself until you get into.
You can wrap a typographic blockquote in a card in order to add an image header .
<card width="18rem">
{{:teaser_image_2.jpg|}}
<header>True Work</header>
<blockquote typo>
The true work does not reveal itself until you get into.
<cite>Nico</cite>
</blockquote>
</card>
The true work does not reveal itself until you get into.
A blockquote with the type card can also be wrapped in the card-columns layout component.
<card-columns>
<blockquote>
A Blockquote is wrapped by default in a [[card|card]]
<cite>Say the [[card|card]]</cite>
{{::teaser_image_1.png?400}}
</blockquote>
<blockquote>
A Blockquote without [[:docs:content:cite|citation]].
{{::teaser_image_2.jpg}}
</blockquote>
<blockquote>
My Blockquote With Citation
<cite>Citation</cite>
</blockquote>
</card-columns>
A card blockquote accepts any other components
Example with Math
<blockquote>
<MATH>
\begin{array}{lrl}
\text{errors} & =& (\text{more code})^2 \\
e & = & mc^2
\end{array}
</MATH>
<cite>[[twitter>ypriverol/status/603134562399559680/photo/1|Brilliant]]</cite>
</blockquote>
<MATH> \begin{array}{lrl} \text{errors} & =& (\text{more code})^2 \\ e & = & mc^2 \end{array} </MATH>
For more information on tweet, see the corresponding page
<blockquote width="300px">
<cite>[[https://twitter.com/themaxburns/status/1372630627611201536]]</cite>
</blockquote>