A level 5 heading.
Text within level 5 headings is searched during index construction.
In addition to the following attributes, standard attributes may be defined on <h5> elements.
Attribute name | Description |
---|---|
toc | Include 'true' or exclude 'false' in the automatically generated table of contents. |
<h5> elements may contain text.
No element descendants are defined for the <h5> element.
Element name | Relation |
---|---|
<chapter> | The chapter containing the heading. |
<document xmlns="http://boradoc.org/1.0"> <chapter> <h5>A heading</h5> <para>A paragraph of text.</para> </chapter> </document>
The above BDML renders to the following:
A heading
A paragraph of text.