<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook">
  <section>
    <sectioninfo>
      <title>Blockquotes</title>
    </sectioninfo>
    <section>
      <title><anchor ID="blockquotes"/>Blockquotes</title>
      <para>This is an ordinary paragraph, introducing a block quote.</para>
      <blockquote>
        <attribution> Sherlock Holmes</attribution>
        <para>"It is my business to know things. That is my trade."</para>
      </blockquote>
      <para>Unindented paragraph.</para>
      <blockquote>
        <attribution> Attribution 1</attribution>
        <para>Block quote 1.</para>
      </blockquote>
      <blockquote>
        <para>For testing we also want a multiline blockquote to see if the indentation checking works fo those.</para>
      </blockquote>
      <para>..</para>
      <blockquote>
        <attribution> Another attribution.</attribution>
        <para>Blockquotes may also consist of multiple paragraphs, as they need to intentionally seperated by "..".</para>
        <para>So we add a second paragraph in this blockquote.</para>
      </blockquote>
    </section>
  </section>
</article>
