QML - Create Your Own Adventure

Text

You can format text in a variety of ways.
You can also directly output number and string variables using a special syntax.
Sample:
<text>
   You arrive at a shabby cot.<break/>
   In washed out rusty letters you decipher a wooden pub
   sign:<break type="strong"/>
   <display>Rising Sun</display>
   <poem>
      Fever, chills and muscle ache
      Makes you wanna take a break
      Come to greet the rising sun
      From inside here
      And have some fun
   </poem>
</text>

<choice station="bar">You enter</choice>
<choice station="exit">You wait</choice>

Elements: text | break | emphasis | strong | display | poem | link