blob: 5ffa9b83d59b2ca4bc83df37625c56811b64048f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 file:../../../../../../../doxia/doxia-modules/doxia-module-xdoc/src/main/resources/xdoc-2.0.xsd">
<properties>
<title>Test List Issue</title>
</properties>
<body>
<section name="List Section">
<h4>Unordered lists</h4>
<p>
Below is an unordered list, followed by six paragraphs.
</p>
<ul>
<li>
Item 1.
<ul>
<li>
<p>Item 11.</p>
</li>
<li>
<p>Item 12.</p>
</li>
<li>
Item 13.
</li>
<li>
Item 14.
</li>
</ul>
</li>
<li>
Item 2.
</li>
<li>
Item 3.
</li>
<li>
Item 4.
<ul>
<li>
Item 41.
</li>
<li>
Item 42.
</li>
<li>
Item 43.
</li>
<li>
Item 44.
</li>
</ul>
</li>
</ul>
<p>
Paragraph 1 below list.
</p>
<p>
Paragraph 2 below list.
</p>
<p>
Paragraph 3 below list.
</p>
<p>
Paragraph 4 below list.
</p>
<p>
Paragraph 5 below list.
</p>
<p>
Paragraph 6 below list.
</p>
<h4>Ordered lists</h4>
<p>
Below is an ordered list, followed by six paragraphs.
</p>
<ol>
<li>
Item 1.
<ol>
<li>
Item 11.
</li>
<li>
Item 12.
</li>
<li>
Item 13.
</li>
<li>
Item 14.
</li>
</ol>
</li>
<li>
Item 2.
</li>
<li>
Item 3.
</li>
<li>
Item 4.
<ol>
<li>
Item 41.
</li>
<li>
Item 42.
</li>
<li>
Item 43.
</li>
<li>
Item 44.
</li>
</ol>
</li>
</ol>
<p>
Paragraph 1 below list.
</p>
<p>
Paragraph 2 below list.
</p>
<p>
Paragraph 3 below list.
</p>
<p>
Paragraph 4 below list.
</p>
<p>
Paragraph 5 below list.
</p>
<p>
Paragraph 6 below list.
</p>
<h4>Definition lists</h4>
<p>
Below is a definition list, followed by six paragraphs.
</p>
<dl>
<dt>Term 1.</dt>
<dd>Description 1.</dd>
<dt>Term 2.</dt>
<dd>Description 2.
<dl>
<dt>Term 21.</dt>
<dd>Description 21.</dd>
</dl>
</dd>
</dl>
<p>
Paragraph 1 below list.
</p>
<p>
Paragraph 2 below list.
</p>
<p>
Paragraph 3 below list.
</p>
<p>
Paragraph 4 below list.
</p>
<p>
Paragraph 5 below list.
</p>
<p>
Paragraph 6 below list.
</p>
</section>
</body>
</document>