bananenbrot: convert recipe list to table

This commit is contained in:
Rico Ullmann 2022-04-02 22:30:45 +02:00
parent b3711a6a91
commit 4be451165a
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 47 additions and 9 deletions

View File

@ -10,15 +10,53 @@ featured_image: "/bananenbrot.jpg"
## Zutaten
- 4 - Bananen, reife
- 350g - Dinkelmehl
- 60g - Zucker
- 3 TL - Backpulver
- 3 TL - Vanillezucker
- 2 EL - Rapsöl o.Ä.
- 125ml - Hafermilch
- 50g - Mandeln, ganze
- etwas - Fett für die Form
<table>
<thead>
<tr>
<!-- # do not change this - table header -->
<th>Menge</th>
<th>Zutat</th>
</tr>
</thead>
<tbody>
<tr>
<th>4</th>
<td>Banen, reife</td>
</tr>
<tr>
<th>350g</th>
<td>Dinkelmehl</td>
</tr>
<tr>
<th>60g</th>
<td>Zucker</td>
</tr>
<tr>
<th>3 TL</th>
<td>Backpulver</td>
</tr>
<tr>
<th>3 TL</th>
<td>Vanillezucker</td>
</tr>
<tr>
<th>2 EL</th>
<td>Öl (bspw. Rapsöl)</td>
</tr>
<tr>
<th>125ml</th>
<td>Hafermilch</td>
</tr>
<tr>
<th>50g</th>
<td>Mandeln, ganze</td>
</tr>
<tr>
<th>a weng</th>
<td>Fett für die Form</td>
</tr>
</tbody>
</table>
## Zubereitung