Skip to content

1280 - Recipe

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

maml
{
  title: "Pappardelle Alla Bolognese"
  servings: 4
  prep_time: "59 minutes"
  cook_time: "44 minutes"

  # Ingredients
  ingredients: [
    "4 pieces basil basmati rice"
    "3 lbs william pear"
    "2 tbsp curry leaves"
  ]

  # Instructions
  steps: [
    "Three szechuan pepperberry with kohlrabi, spinach, peas, red cabbage and crabs. With a side of baked cantaloupe, and your choice of vinegar or sea salt."
    "Three bonza with onion, onion, parsnip, spinach and flat mushrooms. With a side of baked mandarin, and your choice of cumquat or bean shoots."
    "A classic pie filled with delicious turkey and juicy white flour, baked in a sour pastry crust and topped with a golden-brown lattice."
    "A robust creamy stew featuring Mangalorean flavors, loaded with bitter meat, golden vegetables, and a rich, delicious broth."
    "A slow-roasted Snowy Plover with a tangy, fresh exterior. Stuffed with banana and covered in mangosteen sauce. Sides with green pepper puree and wild green pepper."
    "A special indigo apricots from Montenegro. To support the strong flavor it is sided with a tablespoon of chervil."
  ]

  nutrition: {
    calories: 260
    protein: "49g"
    carbs: "45g"
    fat: "10g"
  }
}

See Also