<?xml version="1.0"?>
<article xmlns="http://docbook.org/ns/docbook">
  <section ID="dense_bullet_list">
    <title>Dense bullet list</title>
    <itemizedlist mark="♺">
      <listitem>
        <para>List level 1 should have a recycling sign as bullets from "mark" in DocBook</para>
        <itemizedlist>
          <listitem>
            <para>List level 2 does not have a mark assigned and is therefore
              styled by the CSS</para>
          </listitem>
          <listitem>
            <para>In list level 3 the mark says "skull" and should be
              transformed to the corresponding UTF-8 char. </para>
            <itemizedlist mark="skull">
              <listitem>
                <para></para>
              </listitem>
              <listitem>
                <para>empty list item above!</para>
              </listitem>
            </itemizedlist>
          </listitem>
        </itemizedlist>
      </listitem>
      <listitem>
        <para>Continued list level 1</para>
      </listitem>
    </itemizedlist>
    <para>Outside the list…</para>
  </section>
</article>
