QML - Create Your Own Adventure

Name Topic Used in Type
type Text break attribute
This defines the exact appearance of the line break.
Sample:
<text>
   This room is...<break type="strong"/>
   empty.
</text>

<choice station="back">Back</choice>

Values: normal | strong