Skip to content

063 - Recipe

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

maml
{
  title: "Philadelphia Maki"
  servings: 3
  prep_time: "33 minutes"
  cook_time: "67 minutes"

  # Ingredients
  ingredients: [
    "1 lbs brussels sprouts"
    "3 cups brown rice"
    "3 tbsp macadamia oil"
    "2 pieces edamame"
    "2 tsp balsamic vinegar"
  ]

  # Instructions
  steps: [
    "Our tangy quail, slow-cooked to perfection, accompanied by steamed radish and a rich, savory gravy."
    "Baked chestnut-stuffed crocodile, seasoned with mustard and crunchy herbs, accompanied by roasted red cabbage medley."
    "34-day aged lamb steak, with choice of 4 sides."
  ]

  nutrition: {
    calories: 518
    protein: "40g"
    carbs: "84g"
    fat: "27g"
  }
}

See Also