16 lines
325 B
Plaintext
16 lines
325 B
Plaintext
// {type:class}
|
|
// {direction:topDown}
|
|
[Data{bg:red}]->[Recipe]
|
|
[Recipe]->[Raw]
|
|
[Ingredients]
|
|
[Results]
|
|
[Products]^[Ingredients]
|
|
[Products]^[Results]
|
|
[Recipe]->[Ingredients]
|
|
[Recipe]->[Results]
|
|
[Parent]<->[note: Get the damn parent]
|
|
[Ingredients|parent;child]
|
|
//[Ingredients]->[Parent]
|
|
[Results]->[Parent]
|
|
[Parent]->[Recipe]
|