Remove redundant ingredients from Shokupan
This commit is contained in:
@@ -45,41 +45,6 @@ prep <span itemprop="prepTime">45 minutes</span>, cook <span itemprop"cookT
|
||||
½ cup
|
||||
</div>
|
||||
<div class="item">flour, bread</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
6 cup
|
||||
</div>
|
||||
<div class="item">flour, bread</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
⅓ cup
|
||||
</div>
|
||||
<div class="item">milk powder, non-fat</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
⅓ cup
|
||||
</div>
|
||||
<div class="item">sugar, granulated</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 tsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1⅓ cup
|
||||
</div>
|
||||
<div class="item">milk, whole</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 packet
|
||||
</div>
|
||||
<div class="item">yeast, active dry</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
8 tbsp
|
||||
</div>
|
||||
<div class="item">butter, unsalted</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Whisk togther over medium heat until formed into a pudding. Set aside until cooled to 115°F.
|
||||
@@ -109,21 +74,6 @@ prep <span itemprop="prepTime">45 minutes</span>, cook <span itemprop"cookT
|
||||
2 tsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1⅓ cup
|
||||
</div>
|
||||
<div class="item">milk, whole</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 packet
|
||||
</div>
|
||||
<div class="item">yeast, active dry</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
8 tbsp
|
||||
</div>
|
||||
<div class="item">butter, unsalted</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Whisk together and set aside.
|
||||
|
||||
@@ -12,13 +12,6 @@ steps:
|
||||
- { amount: 0.5, unit: cup, item: "milk, whole" }
|
||||
- { amount: 0.5, unit: cup, item: "water" }
|
||||
- { amount: 0.5, unit: cup, item: "flour, bread" }
|
||||
- { amount: 6, unit: cup, item: "flour, bread" }
|
||||
- { amount: 0.33, unit: cup, item: "milk powder, non-fat" }
|
||||
- { amount: 0.33, unit: cup, item: "sugar, granulated" }
|
||||
- { amount: 2, unit: tsp, item: "salt" }
|
||||
- { amount: 1.33, unit: cup, item: "milk, whole" }
|
||||
- { amount: 1, unit: packet, item: "yeast, active dry" }
|
||||
- { amount: 8, unit: tbsp, item: "butter, unsalted" }
|
||||
directions: >
|
||||
Whisk togther over medium heat until formed into a pudding. Set aside until cooled to 115°F.
|
||||
- ingredients:
|
||||
@@ -26,9 +19,6 @@ steps:
|
||||
- { amount: 0.33, unit: cup, item: "milk powder, non-fat" }
|
||||
- { amount: 0.33, unit: cup, item: "sugar, granulated" }
|
||||
- { amount: 2, unit: tsp, item: "salt" }
|
||||
- { amount: 1.33, unit: cup, item: "milk, whole" }
|
||||
- { amount: 1, unit: packet, item: "yeast, active dry" }
|
||||
- { amount: 8, unit: tbsp, item: "butter, unsalted" }
|
||||
directions: >
|
||||
Whisk together and set aside.
|
||||
- ingredients:
|
||||
|
||||
Reference in New Issue
Block a user