Blockquote - nomadjimbob/mikioplugin GitHub Wiki

Add a styled blockquote

Example Syntax

<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</blockquote>

<blockquote footer="Someone famous in the Source Title again">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</blockquote>

<blockquote footer="Someone famous in the Source Title again" cite="Source Title">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</blockquote>

Attributes

cite: Highlights the cite within the footer attribute.
footer: Adds a footer to the blockquote element.

⚠️ **GitHub.com Fallback** ⚠️