para

Name

para -- Paragraph of text

Synopsis

Content Model
para ::=
     (#PCDATA|ref)*
Attributes

Name

Type

Default

Description

The para is the basic container of text. Besides text it can contain references to story elements (using ref tag). Ending the this tag is optional, as well as starting them. So to break a text into two paragraph a simple <para> will do.

Processing expectations

Each para will be placed in an individual paragraph on the output, respecting the nesting of the element which contains it.

Attributes

None.

See Also

ref

Examples

Since para are used in nearly every elements, look for examples in: goal, intro, desc, among others.