<chunkynotes version="1.0" title="Example Notes">
   <summary>This is a summary.</summary>

<intro>
   <p>xhtml can go here.</p>
</intro>

<chunk title="Chunk 1 Title">
   <p>xhtml can go here.</p>

<sample>
<cli>A command line inside a sample</cli>
<out>Program output
inside a sample
</out>
</sample>
   <p>xhtml can go here.</p>
</chunk>

<chunk title="Chunk 2 Title">
   <p>xhtml can go here.</p>

<br/>

<sample>
<src>
Source Code
inside a sample
</src>
</sample>

   <p>xhtml can go here.</p>
</chunk>

</chunkynotes>

