#This is the start of our story...
<img src="http://www.huronresearch.ca/wp-content/uploads/2019/03/LA-Banner.jpg'">
<u>This</u> <b>is</b> the *first* slide. Here are ***your*** **options**:
(Button:)[[Option 1|path 1]]
(Button:)[[Option 2|path 2]]
You see a shovel and a key. You pick up the key, but are unsure about the shovel.
[[Pick up the shovel and move on|path 2]]
[[Don't pick up the shovel and move on|path 3]]
(set: $key to true)
[[Open the door|path 1]]
(set: $hp to 100)
HP: $hp(if: $key)[You open the door with the key and look inside.]
(else:)[You cannot open the door](set: $shovel to true)
(set: $hp to it - 10)
HP: $hp
[[Take a new path|path 3]]
<audio src="https://www.fullurlforfile.mp3" autoplay>(set: $hp to it - 100)
HP: $hp
(if: $hp <= 0)[You have died. [[Restart?|Start]]]
(text-style: "bold")[Oh wow, look at that bold!]
(text-style: "italic")[Oh wow, look at that italic!]
(text-style: "underline")[Oh wow, look at that underline!]
(text-style: "strike")[Oh wow, look at that strike!]
Not superscript...(text-style: "superscript")[Oh wow, look at that superscript!]
Not subscript...(text-style: "subscript")[Oh wow, look at that subscript!]
(text-style: "mark")[Oh wow, look at that mark!]
(text-style: "outline")[Oh wow, look at that outline!]
(text-style: "shadow")[Oh wow, look at that shadow!]
(text-style: "emboss")[Oh wow, look at that emboss!]
(text-style: "condense")[Oh wow, look at that condense!]
(text-style: "expand")[Oh wow, look at that expand!]
(text-style: "blur")[Oh wow, look at that blur!]
(text-style: "blurrier")[Oh wow, look at that blurrier!]
(text-style: "smear")[Oh wow, look at that smear!]
(text-style: "mirror")[Oh wow, look at that mirror!]
(text-style: "upside-down")[Oh wow, look at that upside-down!]
(text-style: "blink")[Oh wow, look at that blink!]
This doesn't (text-style: "fade-in-out")[Oh wow, look at that fade-in-out!] though
(text-style: "rumble")[Oh wow, look at that rumble!]
(text-style: "shudder")[Oh wow, look at that shudder!]