Skip to content

Instantly share code, notes, and snippets.

@mresetar
Created November 9, 2017 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mresetar/aee6108f1fc2325419b79ec2c6c845f5 to your computer and use it in GitHub Desktop.
Save mresetar/aee6108f1fc2325419b79ec2c6c845f5 to your computer and use it in GitHub Desktop.
<?xml version="1.0" ?>
<recipe name="bread" prep_time="5 mins" cook_time="3 hours">
<title>Basic bread</title>
<ingredient amount="8" unit="dL">Flour</ingredient>
<ingredient amount="10" unit="grams">Yeast</ingredient>
<ingredient amount="4" unit="dL" state="warm">Water</ingredient>
<ingredient amount="1" unit="teaspoon">Salt</ingredient>
<instructions>
<step>Mix all ingredients together.</step>
<step>Knead thoroughly.</step>
<step>Cover with a cloth, and leave for one hour in warm room.</step>
<step>Knead again.</step>
<step>Place in a bread baking tin.</step>
<step>Cover with a cloth, and leave for one hour in warm room.</step>
<step>Bake in the oven at 180(degrees)C for 30 minutes.</step>
</instructions>
</recipe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment