Skip to content

Commit 790304e

Browse files
Merge branch 'main' of github.com:SUSE/doc-styleguide
Updated README
2 parents bc93214 + 703544d commit 790304e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

xml/docu_styleguide.structure.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,9 +1682,8 @@ DocBook:: an XML-based markup language designed for writing structured technical
16821682
<phrase
16831683
outputformat="adoc"><literal>[#example-identifier]</literal>
16841684
identifiers</phrase> in parts, chapters, appendixes, sections,
1685-
figures, glossaries and examples. Identifiers can be used in other
1686-
elements as well, for example, block elements, such as tables and
1687-
procedures.
1685+
figures, glossaries, tables and examples. Identifiers can be used
1686+
in block elements as well, for example, procedures.
16881687
</para>
16891688
</listitem>
16901689
<listitem>
@@ -3439,7 +3438,8 @@ There are less than 4 GB of space available on the selected partition.</screen>
34393438
</variablelist>
34403439
<example xml:id="ex-table-source" outputformat="db">
34413440
<title>Example of a table (source)</title>
3442-
<screen>&lt;informaltable&gt;
3441+
<screen>&lt;table&gt;
3442+
&lt;title&gt;File System Maximums&lt;/title&gt;
34433443
&lt;tgroup cols="2"&gt;
34443444
&lt;thead&gt;
34453445
&lt;row&gt;
@@ -3462,7 +3462,8 @@ There are less than 4 GB of space available on the selected partition.</screen>
34623462
</example>
34633463
<example xml:id="ex-table-source-adoc" outputformat="adoc">
34643464
<title>Example of a table (source)</title>
3465-
<screen>.A table with a title
3465+
<screen>[[fs-file-size-table]]
3466+
.File System Maximums
34663467
|===
34673468
|File System |Maximum File Size
34683469

@@ -3475,7 +3476,8 @@ There are less than 4 GB of space available on the selected partition.</screen>
34753476
</example>
34763477
<example xml:id="ex-table-output">
34773478
<title>Example of a table (output)</title>
3478-
<informaltable>
3479+
<table>
3480+
<title>File System Maximums</title>
34793481
<tgroup cols="2">
34803482
<thead>
34813483
<row>
@@ -3494,7 +3496,7 @@ There are less than 4 GB of space available on the selected partition.</screen>
34943496
</row>
34953497
</tbody>
34963498
</tgroup>
3497-
</informaltable>
3499+
</table>
34983500
</example>
34993501
<table xml:id="tab-table" outputformat="db">
35003502
<title>Elements related to <tag class="emptytag">table</tag></title>

0 commit comments

Comments
 (0)