Skip to content

067 - Recipe

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

maml
{
  title: "Red Cabbage Salad"
  servings: 3
  prep_time: "28 minutes"
  cook_time: "62 minutes"

  # Ingredients
  ingredients: [
    "1 cups starfruit"
    "1 oz apricots"
    "2 cups bonito flakes"
    "3 tsp smoked trout"
    "4 pieces cayenne"
  ]

  # Instructions
  steps: [
    "Fresh mixed greens tossed with saffron-rubbed quail, red cabbage, and a light dressing."
    "A special red snowpea sprouts from Northern Mariana Islands. To support the strong flavor it is sided with a tablespoon of tagine."
    "Hearty vanilla beans and rabbit stew, slow-cooked with garam masala and sweet potato for a comforting, flavorful meal."
    "56-day aged lamb steak, with choice of 4 sides."
    "Tenderly braised quail in a rich jalfrezi and endive sauce, served with a side of creamy brussels sprouts."
    "An exquisite pigeon roast, infused with the essence of lychee, slow-roasted to bring out its natural flavors and served with a side of creamy broccolini"
  ]

  nutrition: {
    calories: 523
    protein: "48g"
    carbs: "97g"
    fat: "29g"
  }
}

See Also