Defines markup for a block quotation
- Since:
- 1.0.0
- Source:
Parameters:
Name | Type | Description |
---|---|---|
quote | Object | The quote to display |
Returns:
- Type:
string
A <blockquote>
Example
// In an Eleventy template
`${this.blockquote(data)}`
Defines markup for a block quotation
Name | Type | Description |
---|---|---|
quote | Object | The quote to display |
string
A <blockquote>
// In an Eleventy template
`${this.blockquote(data)}`