Skip to content

463 - Recipe

A cooking recipe with ingredients and steps. This is an example of a MAML document.

maml
{
  title: "Duck-infused Beef"
  servings: 2
  prep_time: "30 minutes"
  cook_time: "79 minutes"

  # Ingredients
  ingredients: [
    "2 lbs eggplant"
    "3 lbs tuna"
    "2 cups prunes"
    "3 tbsp carob carrot"
    "4 lbs sage"
    "3 pieces persimmon"
  ]

  # Instructions
  steps: [
    "Three ham with radicchio, carrot, peppers, cornichons and white bread. With a side of baked pomegranate, and your choice of rice syrup or jewfish."
    "A classic pie filled with delicious goose and juicy tarragon, baked in a bitter pastry crust and topped with a golden-brown lattice."
    "Fresh mountain bread with a pinch of tikka masala, topped by a caramelized longan with whipped cream"
    "Tenderly braised ostrich in a rich lemon pepper and bean shoots sauce, served with a side of creamy okra."
  ]

  nutrition: {
    calories: 250
    protein: "20g"
    carbs: "95g"
    fat: "18g"
  }
}

See Also