Replace more [BR] with rst bullet lists
[alexxy/gromacs.git] / src / gromacs / onlinehelp / tests / refdata / HelpWriterContextTest_FormatsBulletList.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  * first item
8  * second item
9    that spans
10    multiple
11    lines
12  * third item
13    that has a
14    single long
15    line
16
17 Normal
18 paragraph]]></String>
19   <String Name="reStructuredText"><![CDATA[
20 Sample list:
21
22  * first item
23  * second item
24 that
25    spans
26 multiple lines
27  * third item
28 that has a
29 single long
30 line
31
32 Normal
33 paragraph]]></String>
34 </ReferenceData>