A blockquote style for editorial contexts such as articles. A block quote is a passage of text from another source, or a passage of text that’s been spoken by a person. Used to attribute another source of information, or to quote the spoken words of a person.
<blockquote class="o-quote o-quote--editorial">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente placeat ducimus blanditiis, deleniti necessitatibus quo vel itaque omnis ipsum voluptas. Debitis omnis nobis optio minus vero quaerat quasi perspiciatis aliquid?</p>
<cite class="o-quote__cite">
<span class="o-quote__author">Lorem ipsum</span>
<span class="o-quote__source">Lorem, ipsum dolor.</span>
</cite>
</blockquote>
An alternative blockquote. We recommend the editorial style for editorial contexts such as within articles.
<blockquote class="o-quote o-quote--standard">
<p>Origami is about empowering developers of all levels to build robust, on-brand products ranging from simple static sites through to rich, dynamic web applications, to do it faster, to do it cheaper, and leave them more supportable and more maintainable.</p>
<cite class="o-quote__cite">
<span class="o-quote__author">Financial Times</span>
<span class="o-quote__source">The Origami Spec</span>
</cite>
</blockquote>