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