update issues
This commit is contained in:
parent
04a346d851
commit
2a68cfbf63
44 changed files with 1201 additions and 318 deletions
20
content/README.md
Normal file
20
content/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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.
|
||||
Keys are not documented (read the generator if you want to know about them,) but generally `:`-prefixed keys are
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue