simpara
simpara — A paragraph that contains only text and inline markup, no block elements.
Description
A simpara
is a “simple paragraph,”
one that may contain only character data and inline elements. The
para
element is less restrictive; it may also contain
block-level structures (lists, figures, etc.).
Processing expectations
Formatted as a displayed block.
This element occurs in 76 elements.
This element contains 101 elements.
See Also
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example simpara</title> 4 <simpara> Just the text, ma'am. 6 </simpara> 8 </article>
Just the text, ma'am.