Govspeak content example

Blockquote

How it looks (preview)

This text is inside a blockquote with a citation.

It contains more than one paragraph, and also has extra words in order to make it wrap onto a second line so we can check that everything's okay.

John Blockquote, inventor of the blockquote

How to call this example

<%= render "govuk_publishing_components/components/govspeak", {} do %>
  <blockquote>
  <p>This text is inside a blockquote with a citation.</p>
  <p>It contains more than one paragraph, and also has extra words in order to make it wrap onto a second line so we can check that everything's okay.</p>
  <cite>John Blockquote, inventor of the blockquote</cite>
</blockquote>
<% end %>