<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<article xmlns="http://docbook.org/ns/docbook">
  <section>
    <title>Top-level heading (1)</title>
    <section>
      <title>This a test for creole 0.1 (2)</title>
      <section>
        <title>This is a Subheading (3)</title>
        <section>
          <title>Subsub (4)</title>
          <section>
            <title>Subsubsub (5)</title>
            <para>The ending equal signs should not be displayed:</para>
          </section>
        </section>
      </section>
    </section>
  </section>
  <section>
    <title>Top-level heading (1)</title>
    <section>
      <title>This a test for creole 0.1 (2)</title>
      <section>
        <title>This is a Subheading (3)</title>
        <section>
          <title>Subsub (4)</title>
          <section>
            <title>Subsubsub (5)</title>
            <para>You can make things <emphasis Role="strong">bold</emphasis> or <emphasis>italic</emphasis> or <emphasis Role="strong"><emphasis>both</emphasis></emphasis> or <emphasis><emphasis Role="strong">both</emphasis></emphasis>.</para>
            <para>Character formatting extends across line breaks: **bold, this is still bold. This line deliberately does not end in star-star.</para>
            <para>Not bold. Character formatting does not cross paragraph boundaries.</para>
            <para>You can use <ulink url="internal links">internal links</ulink> or <ulink url="http://www.wikicreole.org">external links</ulink>, give the link a <ulink url="internal links">different</ulink> name.</para>
            <para>Here's another sentence: This wisdom is taken from <ulink url="Ward Cunningham's">Ward Cunningham's</ulink> <ulink url="http://www.c2.com/doc/wikisym/WikiSym2006.pdf">Presentation at the Wikisym 06</ulink>.</para>
            <para>Here's a external link without a description: <ulink url="http://www.wikicreole.org">http://www.wikicreole.org</ulink></para>
            <para>Be careful that italic links are rendered properly: <emphasis><ulink url="http://my.book.example/">My Book Title</ulink></emphasis></para>
            <para>Free links without braces should be rendered as well, like <ulink url="http://www.wikicreole.org/">http://www.wikicreole.org/</ulink> and <ulink url="http://www.wikicreole.org/users/~example">http://www.wikicreole.org/users/~example</ulink>.</para>
            <para>Creole1.0 specifies that <ulink url="http://bar">http://bar</ulink> and <ulink url="ftp://bar">ftp://bar</ulink> should not render italic, something like <ulink url="foo://bar">foo://bar</ulink> should render as italic.</para>
            <para>You can use this to draw a line to separate the page:</para>
            <beginpage/>
            <para>You can use lists, start it at the first column for now, please...</para>
            <para>unnumbered lists are like</para>
            <itemizedlist>
              <listitem>
                <para>item a</para>
              </listitem>
              <listitem>
                <para>item b</para>
              </listitem>
              <listitem>
                <para>
                  <emphasis Role="strong">bold item c</emphasis>
                </para>
              </listitem>
            </itemizedlist>
            <para>blank space is also permitted before lists like:</para>
            <itemizedlist>
              <listitem>
                <para>item a</para>
              </listitem>
              <listitem>
                <para>item b</para>
              </listitem>
              <listitem>
                <para>item c</para>
              </listitem>
            </itemizedlist>
            <para>or you can number them</para>
            <orderedlist>
              <listitem>
                <para>
                  <ulink url="item 1">item 1</ulink>
                </para>
              </listitem>
              <listitem>
                <para>item 2</para>
              </listitem>
              <listitem>
                <para>
                  <emphasis> italic item 3 </emphasis>
                </para>
              </listitem>
            </orderedlist>
            <para>up to five levels</para>
            <itemizedlist>
              <listitem>
                <para>1</para>
              </listitem>
              <listitem>
                <itemizedlist>
                  <listitem>
                    <para>5</para>
                  </listitem>
                  <listitem>
                    <para>4</para>
                  </listitem>
                  <listitem>
                    <para>3</para>
                  </listitem>
                  <listitem>
                    <para>2</para>
                  </listitem>
                </itemizedlist>
              </listitem>
              <listitem>
                <para>You can have multiline list items</para>
              </listitem>
              <listitem>
                <para>this is a second multiline list item</para>
              </listitem>
            </itemizedlist>
            <para>You can use nowiki syntax if you would like do stuff like this:</para>
            <literallayout>Guitar Chord C:

||---|---|---|
||-0-|---|---|
||---|---|---|
||---|-0-|---|
||---|---|-0-|
||---|---|---|</literallayout>
            <para>You can also use it inline nowiki <literal> in a sentence </literal> like this.</para>
          </section>
        </section>
      </section>
    </section>
  </section>
  <section>
    <title>Escapes</title>
    <para>Normal Link: <ulink url="http://wikicreole.org/">http://wikicreole.org/</ulink> - now same link, but escaped: http://wikicreole.org/</para>
    <para>Normal asterisks: **not bold**</para>
    <para>a tilde alone: ~</para>
    <para>a tilde escapes itself: ~xxx</para>
    <section>
      <title>Creole 0.2</title>
      <para>This should be a flower with the ALT text "this is a flower" if your wiki supports ALT text on images:</para>
      <para>
        <inlinemediaobject>
          <imageobject>
            <imagedata fileref="Red-Flower.jpg"/>
          </imageobject>
          <textobject>here is a red flower</textobject>
        </inlinemediaobject>
      </para>
    </section>
    <section>
      <title>Creole 0.4</title>
      <para>Tables are done like this:</para>
      <table>
        <thead>
          <row>
            <entry>
              <para>header col1</para>
            </entry>
            <entry>
              <para>header col2</para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry>
              <para>col1</para>
            </entry>
            <entry>
              <para>col2</para>
            </entry>
          </row>
          <row>
            <entry>
              <para>you </para>
            </entry>
            <entry>
              <para>can </para>
            </entry>
          </row>
          <row>
            <entry>
              <para>also </para>
            </entry>
            <entry>
              <literallayout class="normal">align
 it. </literallayout>
            </entry>
          </row>
        </tbody>
      </table>
      <para>You can format an address by simply forcing linebreaks:</para>
      <literallayout class="normal">My contact dates:
 Pone: xyz
 Fax: +45
 Mobile: abc</literallayout>
    </section>
    <section>
      <title>Creole 0.5</title>
      <table>
        <thead>
          <row>
            <entry>
              <para> Header title </para>
            </entry>
            <entry>
              <para> Another header title </para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry>
              <para> <literal> //not italic text// </literal> </para>
            </entry>
            <entry>
              <para> <literal> **not bold text** </literal> </para>
            </entry>
          </row>
          <row>
            <entry>
              <para> <emphasis>italic text</emphasis> </para>
            </entry>
            <entry>
              <para> <emphasis Role="strong"> bold text </emphasis> </para>
            </entry>
          </row>
        </tbody>
      </table>
    </section>
    <section>
      <title>Creole 1.0</title>
      <para>If interwiki links are setup in your wiki, this links to the <ulink url="WikiCreole">WikiCreole</ulink> page about Creole 1.0 test cases: <ulink url="WikiCreole:Creole1.0TestCases">WikiCreole:Creole1.0TestCases</ulink>.</para>
    </section>
  </section>
</article>
