Skip to content

Tag Definition: br

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

Can contain
EMPTY

Purpose

To create a line break in some text. This is intended to "start a new line" with the current line spacing, not to create a paragraph-like gap.

Example usage

<story>
    <para>Line 1<br/>Line 2</para>
</story>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <story> ➔ <para> ➔ <br>