]> git.lyx.org Git - lyx.git/blob - autotests/export/docbook/lists.xml
DocBook: make Paragraph::simpleDocBookOnePar return a list of paragraphs.
[lyx.git] / autotests / export / docbook / lists.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This DocBook file was created by LyX 2.4.0dev
3   See http://www.lyx.org/ for more information -->
4 <article xml:lang="en_US" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:xi="http://www.w3.org/2001/XInclude" version="5.2">
5 <title>Test document</title>
6 <para>A simple list: </para>
7 <itemizedlist>
8 <listitem>
9 <para>First item</para>
10 </listitem>
11 <listitem>
12 <para>Second item on two lines</para>
13 <para>I'm the second line</para>
14 </listitem>
15 </itemizedlist>
16 </article>