treehouse/content/README.md

21 lines
742 B
Markdown
Raw Normal View History

2024-07-22 20:34:42 +02:00
# treehouse content
The treehouse is built on its own custom data format called `.tree`.
I'll spare the explanation, because it's an _extremely_ simplistic format, but know that it nests:
- TOML metadata
- Djot markup
inside of itself.
TOML metadata is defined by `Attributes` from the `treehouse` crate.
Djot on the other hand has support for generic attributes.
2024-11-30 20:11:05 +01:00
Keys are not documented (read the generator if you want to know about them), but generally `:`-prefixed keys are
2024-07-22 20:34:42 +02:00
reserved for the treehouse's own purposes.
You probably don't want to read the content if you're not me.
Browse the treehouse yourself, experience it fully, and then when you're _sure_ you don't want to get spoiled, come back
here and look for weird stuff.