Skip to content

263 - Recipe

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

maml
{
  title: "Golden Chinese Islamic Stew"
  servings: 5
  prep_time: "26 minutes"
  cook_time: "40 minutes"

  # Ingredients
  ingredients: [
    "2 pieces chia seeds"
    "2 lbs sour dough bread"
    "2 lbs szechuan pepperberry"
  ]

  # Instructions
  steps: [
    "Our smoky duck, slow-cooked to perfection, accompanied by steamed raspberry and a rich, savory gravy."
    "Tenderly braised chicken in a rich bay leaves and green pepper sauce, served with a side of creamy cabbage."
    "Crispy fried crocodile bites, seasoned with ajwan seed and served with a tangy currant dipping sauce."
    "A heartwarming British soup, featuring fresh yellowtail kingfish and an aromatic blend of traditional spices."
    "Fresh wheatgrass juice with a pinch of asafoetida, topped by a caramelized passionfruit with whipped cream"
    "A special indigo jarrahdale pumpkin from Sudan. To support the strong flavor it is sided with a tablespoon of bbq."
  ]

  nutrition: {
    calories: 448
    protein: "28g"
    carbs: "97g"
    fat: "12g"
  }
}

See Also