blockquote

Defines markup for a block quotation

Since:
  • 1.0.0
Source:
Parameters:
NameTypeDescription
quoteObject

The quote to display

Returns:
Type:
string

A <blockquote>

Example
// In an Eleventy template
`${this.blockquote(data)}`