belgische Waffeln: convert recipe list to table

This commit is contained in:
Rico Ullmann 2022-04-02 22:33:16 +02:00
parent 4be451165a
commit ed3393f631
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 48 additions and 11 deletions

View File

@ -14,16 +14,53 @@ featured_image: "/belgische-waffeln.jpg"
## Zutaten
- 125g - Butter
- 50g - Zucker
- 1 Päckchen - Vanillezucker
- 3 - Eier, mittelgroß
- 250g - Dinkelmehl
- 1/4 TL - Backpulver
- 250ml - Hafermilch
- 125ml - Mineralwasser
- Salz, Prise
<table>
<thead>
<tr>
<!-- # do not change this - table header -->
<th>Menge</th>
<th>Zutat</th>
</tr>
</thead>
<tbody>
<tr>
<th>125g</th>
<td>Butter</td>
</tr>
<tr>
<th>50g</th>
<td>Zucker</td>
</tr>
<tr>
<th>1 Päckchen</th>
<td>Vanillezucker</td>
</tr>
<tr>
<th>3</th>
<td>Eier, mittelgroß</td>
</tr>
<tr>
<th>250g</th>
<td>Dinkelmehl</td>
</tr>
<tr>
<th>1/4 TL</th>
<td>Backpulver</td>
</tr>
<tr>
<th>250ml</th>
<td>Hafermilch</td>
</tr>
<tr>
<th>125ml</th>
<td>Mineralwasser</td>
</tr>
<tr>
<th>Prise</th>
<td>Salz</td>
</tr>
</tbody>
</table>
## Zubereitung