chapter 0.1.0

An implementation of the Yarn Spinner runtime.
Documentation
title: Start
---
// this test is a no-op - the test passes if the file compiles.
// Start demonstrates a node with a single header, its title (which is mandatory).
// TestNode1 demonstrates a node with two headers: its title, and a populated tag header.
// TestNode2 demonstrates a node with two headers: its title, and a tag header with no text.
// TestNode3 demonstrates a node with three headers: its title, an empty tag, and a populated tag.
===
title: TestNode1
tags: one two
---
===
title: TestNode2
tags:
---
===
title: TestNode3
tags:
test: example
---
===