recital / exporters / ink / test / expected / kitchen-sink.ink
kitchen-sink.ink
Raw
-> title
=== title ===
This is a passage.
* [Choice]
	This is the aftermath of that.
* [Choice2]
	Top-level choices don’t _need_ a `>` but can get one.
	>! This is the syntax for Weaves.
- gather the choices. No matter what you choose you end up here.

	* * [Nested Choice 1]
	* * [Nested Choice 2]
	- - nested gather.

* [Another Choice] -> divert
* [Last Choice]
	You can use ink diverts normally, since they don’t need to be converted.
	 -> divert

- This works, right?

This is a passage.
* Loud choices are displayed again in the answer.
	Aftermath 1.
+ [Sticky choices are not hidden when chosen.]
	Aftermath 2.
* ->
	Fallback choice with text.
- Gather it all up.

+ You can combine all of those. For nested, the extra symbols go after the `>`
	 -> fragments_start_stitches

= fragments_start_stitches
Final content
->END
= divert
Hmmm.
->END