<?xml version="1.0"?>
<section xmlns="http://ez.no/namespaces/ezpublish3" xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/">
  <section>
    <header>Various type sof literal blocks</header>
    <paragraph>Paragraph:</paragraph>
    <paragraph>
      <literal>Literal block, where \ are preserved.

</literal>
    </paragraph>
    <paragraph>Paragraph: </paragraph>
    <paragraph>
      <literal>Literal block

Which may also contain multiple lines,
            where
                    indentation
      should be maintained.

</literal>
    </paragraph>
    <paragraph>Paragraph:</paragraph>
    <paragraph>
      <literal>Literal block

    Do handle all types of special characters, just as they are, like those tokenizer regular expressions:

    array (
      1 =&gt; '(\A(?P&lt;value&gt;[ \t]+))S',
      2 =&gt; '(\A(?P&lt;value&gt;\r\n|\r|\n))S',
      4 =&gt; '(\A(?P&lt;value&gt;([!"#$%&amp;\'()*+,./:;&lt;=&gt;?@[\]^_`{|}~-]|\xe2\x80\xa2|\xe2\x80\xa3|\xe2\x81\x83)\2*))S',
      3 =&gt; '(\A(?P&lt;value&gt;\\))S',
      5 =&gt; '(\A(?P&lt;value&gt;(?: [^`*_\\[\]|()"\':.\r\n\t ]|[^`*_\\[\]|()"\':.\r\n\t ])+))S',
    )

</literal>
    </paragraph>
    <paragraph>John Doe wrote:</paragraph>
    <paragraph>
      <literal>&gt;&gt; Great idea!
&gt;
&gt; Why didn't I think of that?

</literal>
    </paragraph>
    <paragraph>You just did!  ;-)</paragraph>
  </section>
</section>
