{{< blockquote >}}

Description#


The blockquote shortcode allows to write a quote.

Parameters#


Name Type(named/positional) Description
source named Source of the quote.
NB: If not specified, the rendering is similar to a standard markdown quote .

Examples#


Markdown Rendering
{{</* 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