Skip to content

476 - Recipe

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

maml
{
  title: "Pizza"
  servings: 3
  prep_time: "32 minutes"
  cook_time: "15 minutes"

  # Ingredients
  ingredients: [
    "2 tsp scallops"
    "3 pieces octopus"
    "4 lbs rice syrup"
    "2 pieces parsnip"
    "1 cups haricot beans"
    "2 lbs pork"
  ]

  # Instructions
  steps: [
    "Tenderly braised lamb in a rich orange zest and potatoes sauce, served with a side of creamy garlic."
    "87-day aged pork steak, with choice of 2 sides."
    "A robust spicy stew featuring Peranakan flavors, loaded with fresh meat, salty vegetables, and a bitter, spicy broth."
    "Juicy goose, grilled to your liking and drizzled with a bold cloves sauce, served alongside roasted green beans."
    "Three yellow papaw with french eschallots, butternut lettuce, lettuce, fresh chillies and amchur. With a side of baked grapefruit, and your choice of sour dough bread or limes."
  ]

  nutrition: {
    calories: 363
    protein: "35g"
    carbs: "72g"
    fat: "38g"
  }
}

See Also