Govspeak content example
Blockquote
How it looks (preview)
This is a blockquote with one line in it. It should have quote marks around it.
Jane Blockquote
This is a multi line blockquote with a citation.
It contains extra words such as 'wood' and 'primly' in order to make it wrap onto a second line so we can check that everything's okay.
This is a third paragraph, and the last one, so it should have both an opening and a closing quote mark.
John Blockquote
How to call this example
<%= render "govuk_publishing_components/components/govspeak", {} do %>
<blockquote>
<p>This is a blockquote with one line in it. It should have quote marks around it.</p>
<cite>Jane Blockquote</cite>
</blockquote>
<blockquote>
<p>This is a multi line blockquote with a citation.</p>
<p>It contains extra words such as 'wood' and 'primly' in order to make it wrap onto a second line so we can check that everything's okay.</p>
<p>This is a third paragraph, and the last one, so it should have both an opening and a closing quote mark.</p>
<cite>John Blockquote</cite>
</blockquote>
<% end %>