lyx_mirror/autotests/export/docbook/lists.xml

16 lines
591 B
XML
Raw Normal View History

2019-05-09 22:39:56 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- This DocBook file was created by LyX 2.4.0dev
See http://www.lyx.org/ for more information -->
<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">
<title>Test document</title>
<para>A simple list: </para>
2019-05-09 22:39:56 +00:00
<itemizedlist>
<listitem>
<para>First item</para>
</listitem>
<listitem>
<para>Second item on two lines</para>
<para>I'm the second line</para>
</listitem>
</itemizedlist>
2019-05-09 22:39:56 +00:00
</article>