{{< blockquote >}}

Description#


The blockquote shortcode allows to write a quote.

Parameters#


NameType(named/positional)Description
sourcenamedSource of the quote.
NB: If not specified, the rendering is similar to a standard markdown quote .

Examples#


MarkdownRendering
{{</* blockquote */>}}
I'm a quote without source
{{</* /blockquote */>}}

I’m a quote without source

{{</* blockquote
    source="Shadocs"
*/>}}
I'm a quote with source
{{</* /blockquote */>}}

I’m a quote with source

~Shadocs