Improve lists in user guide for selections
[alexxy/gromacs.git] / src / gromacs / onlinehelp / tests / refdata / HelpWriterContextTest_FormatsEnumeratedList.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <String Name="Console"><![CDATA[
5 Sample list:
6
7 1. first item
8 2. second item
9    that spans
10    multiple
11    lines
12 3. third item
13    that has a
14    single long
15    line
16
17 9.  Item with
18     extra
19     indentation
20 10. Double
21     digit item
22
23 Normal
24 paragraph]]></String>
25   <String Name="reStructuredText"><![CDATA[
26 Sample list:
27
28 1. first item
29 2. second item
30 that
31    spans
32 multiple lines
33 3. third item
34 that has a
35 single long
36 line
37
38 9.  Item with
39 extra
40 indentation
41 10. Double
42 digit item
43
44 Normal
45 paragraph]]></String>
46 </ReferenceData>