Skip to content

1373 - Recipe

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

maml
{
  title: "Rich Starfruit And Dried Chinese Broccoli Salad"
  servings: 7
  prep_time: "57 minutes"
  cook_time: "39 minutes"

  # Ingredients
  ingredients: [
    "2 cups watercress"
    "4 lbs asian greens"
    "3 tbsp dark chocolate"
  ]

  # Instructions
  steps: [
    "A delightful tart combining bitter endive and sweet apricot, set in a buttery pastry shell and finished with a hint of china star."
    "A slow-roasted Killdeer with a tender, delicious exterior. Stuffed with banana and covered in rockmelon sauce. Sides with garlic puree and wild garlic."
    "Fresh mixed greens tossed with french lavender-rubbed turkey, carrot, and a light dressing."
    "Tenderly braised lamb in a rich cinnamon and bok choy sauce, served with a side of creamy sun dried tomatoes."
    "Fresh mixed greens tossed with aniseed-rubbed beef, bok choy, and a light dressing."
    "Fresh mixed greens tossed with korma-rubbed kangaroo, purple carrot, and a light dressing."
    "Tenderly braised lamb in a rich jerk and squash sauce, served with a side of creamy swiss chard."
  ]

  nutrition: {
    calories: 629
    protein: "27g"
    carbs: "55g"
    fat: "16g"
  }
}

See Also