The app currently doesn't have a way to divide the ingredient list up which can be helpful in case of cakes for example in which you prepare the topping seperately. This could be achieved by nesting lists natively in yaml.
Currently nested lists are not accepted as valid yaml.
Example:
- Test
- - 4 eggs
- 1/4 cup heavy cream
- 2 tsp vanilla
- sprinkle of sugar
- 4 cups Nilla Wafers Minis
(according to this stackoverflow post)
shows as
instead of
The app currently doesn't have a way to divide the ingredient list up which can be helpful in case of cakes for example in which you prepare the topping seperately. This could be achieved by nesting lists natively in yaml.
Currently nested lists are not accepted as valid yaml.
Example:
(according to this stackoverflow post)
shows as
instead of