~jaro/balkon

Embed TextOptions in ResolvedSpan.

SpanOptions are relegated to the legacy Plain interface, and
TextOptions are now being used internally.
Define tree for structuring paragraph content.
Define BoxOptions and TextOptions for formatting.

Differentiating the two record types reflects the fact that the root
inline box cannot be styled but its text contents can.
Separate interface-independent layout algorithm.
Separate interface-independent constants.
Add user data to spans.
Use line numbers for page breaks.
Add line numbers to laid out fragments.
Qualify Plain interface.
Future-proof records with options.
Bump version to 1.0.0.0.
Mention changed font size in changelog.
Update formatting in golden files.

All golden files are regenerated to use the new formatting.

This only affects whitespace (including newlines), otherwise the golden
values are perfectly equal. You can check this using the command:
`git show --word-diff-regex='[^[:space:]]'`
Reformat golden test output.

The new format should be more in line with the overall code style and
should be more legible even when extended in the future.
Qualify Plain ParagraphData.
Use concise expression for readFromFile.
Prepare for test modules sharing Golden definitions.
Colocate golden test definitions with specs.
Colocate definitions of golden test paths.
Rename golden files for easier tracking.
Next