Skip to content

080 - Recipe

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

maml
{
  title: "Peking Duck"
  servings: 6
  prep_time: "26 minutes"
  cook_time: "119 minutes"

  # Ingredients
  ingredients: [
    "4 oz red wine"
    "1 tbsp kokam"
    "1 pieces yeast"
    "2 tsp chia seeds"
  ]

  # Instructions
  steps: [
    "A succulent ostrich steak, encased in a fresh vanilla crust, served with a side of jerk mashed french eschallots."
    "A simple cavalo pie. No fancy stuff. Just pie."
    "A robust salty stew featuring Gujarati flavors, loaded with juicy meat, salty vegetables, and a delicious, crunchy broth."
  ]

  nutrition: {
    calories: 198
    protein: "42g"
    carbs: "12g"
    fat: "31g"
  }
}

See Also