<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook">
  <section>
    <sectioninfo>
      <title>All known directives</title>
    </sectioninfo>
    <section>
      <title><anchor ID="all_known_directives"/>All known directives</title>
      <para>Table of contents</para>
      <note>
        <para> Just a note!</para>
      </note>
      <tip>
        <para> You might want to use these more!</para>
      </tip>
      <warning>
        <para> Be careful about this!</para>
      </warning>
      <important>
        <para> Do not overdo it!</para>
      </important>
      <caution>
        <para> May have a bad impact on userexperience.</para>
      </caution>
      <blockquote>
        <para>Lets get something colorful!</para>
      </blockquote>
      <mediaobject>
        <imageobject>
          <imagedata fileref="test.png" width="256" depth="23"/>
        </imageobject>
        <textobject>
          <para>Some alternative text.</para>
        </textobject>
      </mediaobject>
      <blockquote>
        <para>Figures may contain addition text!</para>
      </blockquote>
      <mediaobject>
        <imageobject>
          <imagedata fileref="test.png" width="256" depth="23"/>
        </imageobject>
        <caption>
          <para>The figure actually shows nothing.</para>
        </caption>
        <textobject>
          <para>Some alternative text.</para>
        </textobject>
      </mediaobject>
      <para/>
      <para>And you can even inline other RST files.</para>
    </section>
    <section>
      <title><anchor ID="main_title"/>Main Title</title>
      <para>Hello world</para>
      <section>
        <title><anchor ID="subsection"/>Subsection</title>
        <para>A bit more text, which exceeds one line to test for a simple paragraph with more then one line.</para>
        <para>but perhaps you want prevent them from being parsed...</para>
        <literallayout>==========
Main Title
==========

Hello world

Subsection
==========

A bit more text, which exceeds one line to test for a simple paragraph with
more then one line.

</literallayout>
        <para>That's all for now.</para>
      </section>
    </section>
  </section>
</article>
