<lorem>

Description

An element which renders standard filler text.

The amount of filler text is 445 characters if the element is used without specifying the length via the attribute.

If both the repeat and length attributes are specified, the length attribute takes precedence.

Attributes

In addition to the following attributes, standard attributes may be defined on <lorem> elements.

Attribute name Description
repeat The number of repetitions of the full filler text.
length The length of filler text required.

Immediate descendants

No descendants are defined for the <lorem> element.

Immediate ancestors

Element name Relation
<cell> The enclosing cell containing the filler text paragraph.
<chapter> The enclosing chapter containing the filler text paragraph.
<entry> The enclosing chapter containing the filler text paragraph.
<section> The enclosing section containing the filler text paragraph.

Example

<document xmlns="http://boradoc.org/1.0">
  <chapter>
    <h3>Full 445 characters of filler text</h3>
    <lorem />
    <h3>First 123 characters of filler text</h3>
    <lorem length="123" />
    <h3>Full 445 characters of filler text repeated twice</h3>
    <lorem repeat="2" />
  </chapter>
</document>

The above BDML renders to the following:

Full 445 characters of filler text

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

First 123 characters of filler text

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Full 445 characters of filler text repeated twice

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum