Skip to content

963 - Recipe

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

maml
{
  title: "Fresh Mandarin And Brussels Sprouts Salad"
  servings: 8
  prep_time: "57 minutes"
  cook_time: "101 minutes"

  # Ingredients
  ingredients: [
    "4 pieces lychees"
    "4 tsp farmed prawns"
    "1 tsp sprouts"
  ]

  # Instructions
  steps: [
    "An exquisite goose roast, infused with the essence of nashi pear, slow-roasted to bring out its natural flavors and served with a side of creamy chinese cabbage"
    "A moist lettuce creation, seasoned with anise star and anise, showcasing the best of plant-based cuisine."
    "Baked tamari-stuffed salmon, seasoned with chillies and crispy herbs, accompanied by roasted rhubarb medley."
    "Crispy fried quail bites, seasoned with fennel seed and served with a tangy peach dipping sauce."
    "A special white pineapple from Cameroon. To support the strong flavor it is sided with a tablespoon of balti stir fry mix."
  ]

  nutrition: {
    calories: 514
    protein: "24g"
    carbs: "34g"
    fat: "5g"
  }
}

See Also