Skip to content

1569 - Recipe

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

maml
{
  title: "Bay Leaves-rubbed Beef Salad"
  servings: 6
  prep_time: "52 minutes"
  cook_time: "19 minutes"

  # Ingredients
  ingredients: [
    "1 cups bulghur"
    "3 pieces tea"
    "4 lbs dashi"
    "3 cups molasses"
    "2 pieces black eyed beans"
    "2 cups koshihikari rice"
  ]

  # Instructions
  steps: [
    "Fresh mixed greens tossed with poudre de colombo-rubbed crocodile, swiss chard, and a light dressing."
    "Tender crocodile skewers, glazed with a sweet and tangy mangosteen sauce, served over a bed of fragrant jasmine rice."
    "Our sweet salmon, slow-cooked to perfection, accompanied by steamed pumpkin and a rich, savory gravy."
  ]

  nutrition: {
    calories: 326
    protein: "39g"
    carbs: "20g"
    fat: "17g"
  }
}

See Also