Skip to content

474 - Recipe

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

maml
{
  title: "Poutine"
  servings: 4
  prep_time: "43 minutes"
  cook_time: "78 minutes"

  # Ingredients
  ingredients: [
    "3 pieces tom yum"
    "3 cups aniseed"
    "2 oz english spinach"
    "1 tsp radicchio"
  ]

  # Instructions
  steps: [
    "Three cheddar with red cabbage, spinach, okra, potatoes and cacao. With a side of baked snowpea, and your choice of avocado oil or cheddar."
    "A simple prune pie. No fancy stuff. Just pie."
    "A delightful tart combining rich red cabbage and sweet mangosteen, set in a buttery pastry shell and finished with a hint of poppy seed."
    "A special yellow crabs from Mali. To support the strong flavor it is sided with a tablespoon of rogan josh."
    "Tender quail skewers, glazed with a sweet and tangy nashi pear sauce, served over a bed of fragrant jasmine rice."
    "A special orchid pine nut from Saint Vincent and the Grenadines. To support the strong flavor it is sided with a tablespoon of chilli."
  ]

  nutrition: {
    calories: 687
    protein: "44g"
    carbs: "77g"
    fat: "38g"
  }
}

See Also