Skip to content

Instantly share code, notes, and snippets.

@sunmeat
Last active January 5, 2026 16:51
Show Gist options
  • Select an option

  • Save sunmeat/02a52eb02c51fa8355ff887e7fda17ca to your computer and use it in GitHub Desktop.

Select an option

Save sunmeat/02a52eb02c51fa8355ff887e7fda17ca to your computer and use it in GitHub Desktop.
xml document example
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE recipe>
<recipe name="хліб" preptime="5min" cooktime="180min">
<title>
Простий хліб
</title>
<composition>
<ingredient amount="3" unit="стакан">Борошно</ingredient>
<ingredient amount="0.25" unit="грам">Дріжджі</ingredient>
<ingredient amount="1.5" unit="стакан">Вода</ingredient>
</composition>
<instructions>
<step>
Змішати всі інгредієнти та ретельно замісити.
</step>
<step>
Закрити тканиною та залишити на одну годину в теплому приміщенні.
</step>
<!--
<step>
Подивитися сторіз друзів в інстаграмі
</step>
- це сумнівний крок...
-->
<step>
Замісити ще раз, покласти на лист і поставити в духовку.
</step>
</instructions>
</recipe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment