Support rst tables in tool help texts
[alexxy/gromacs.git] / src / gromacs / onlinehelp / tests / refdata / HelpWriterContextTest_FormatsSimpleTable.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <String Name="Console"><![CDATA[
5 Simple table:
6
7 ============  =============
8 First column  Second header
9 ============  =============
10 text          text
11 ============  =============
12
13 Normal paragraph again.]]></String>
14   <String Name="reStructuredText"><![CDATA[
15 Simple table:
16
17 ============  =============
18 First column  Second header
19 ============  =============
20 text          text
21 ============  =============
22
23 Normal paragraph
24 again.]]></String>
25 </ReferenceData>