Skip to content
Snippets Groups Projects
Commit fade7f9c authored by Goik Martin's avatar Goik Martin
Browse files

Adding block level element paragraph

parent 10e615b7
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,32 @@
<section xml:id="tdocSectBlockLevelElements">
<title>Block level elements</title>
<section xml:id="sectTdocBlocksPara">
<title>Paragraphs</title>
<informaltable border="1">
<tr>
<th>HTML</th>
<td><programlisting language="none"><code>&lt;p&gt;A paragraph&lt;/ul&gt;</code></programlisting></td>
<th>Docbook</th>
<td><programlisting language="none"><code>&lt;para&gt;A paragraph&lt;/para&gt;</code></programlisting></td>
</tr>
<tr>
<th>LaTeX</th>
<td><programlisting language="none"><code>A paragraph\par</code></programlisting></td>
<th>Rendering</th>
<td>A paragraph</td>
</tr>
</informaltable>
</section>
<section xml:id="sectTdocBlocksLists">
<title>Lists</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment