Blockquote (blockquote)

For quoting blocks of content from another source within your document.

🔗 External documentation.

ID Label Description Schema
content Content The quote.
footer Footer For identifying the source. Wrap the name of the source work in <cite>.
            id: blockquote
label: Blockquote
description: 'For quoting blocks of content from another source within your document.'
group: Typography
homepage: 'https://getbootstrap.com/docs/5.3/content/typography/#blockquotes'
slots:
    content:
        id: content
        label: Content
        description: 'The quote.'
    footer:
        id: footer
        label: Footer
        description: 'For identifying the source. Wrap the name of the source work in <cite>.'
examples:
    preview:
        id: preview
        label: Preview
        renderable:
            '@component': blockquote
            content:
                -
                    '@element': p
                    '@content': 'A well-known quote, contained in a blockquote element.'
            footer:
                - 'Someone famous in '
                -
                    '@element': cite
                    '@content': 'Source Title'
                    title: 'Source Title'

          

A well-known quote, contained in a blockquote element.

<figure > <blockquote class="blockquote"> <p>A well-known quote, contained in a blockquote element.</p> </blockquote> <figcaption class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></figcaption> </figure>