mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-04 21:57:29 -07:00
Update turkey gravy using tab template
This commit is contained in:
parent
3e539c4544
commit
1676f54948
@ -2,32 +2,40 @@
|
|||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import Admonition from '@theme/Admonition'
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# Turkey Gravy
|
# Turkey Gravy
|
||||||
|
|
||||||
:::info
|
<Tabs>
|
||||||
This stuff is amazing... and full of fat...
|
<TabItem value="photos" label="Photos" default>
|
||||||
:::
|
A great gravy recipe for Thanksgiving dinner!
|
||||||
|
|
||||||
|

|
||||||
|
</TabItem>
|
||||||
|
|
||||||
```mdx title="Ingredients"
|
<TabItem value="ingredients" label="Ingredients">
|
||||||
2 1/4 - 2 1/2 cups pan juices (top up with chicken stock if needed)
|
```text title="Turkey Gravy "
|
||||||
1/4 cup butter
|
2 1/4 - 2 1/2 cups pan juices (top up with chicken stock if needed)
|
||||||
1/4 cup flour
|
1/4 cup butter
|
||||||
1 teaspoon worcestershire sauce
|
1/4 cup flour
|
||||||
Kosher salt and freshly ground pepper (if needed)
|
1 teaspoon worcestershire sauce
|
||||||
```
|
Kosher salt and freshly ground pepper (if needed)
|
||||||
|
```
|
||||||
|
|
||||||
```md title="Instructions"
|
<Admonition type="info" title="Use it All">
|
||||||
1. Melt the butter in a small pot over low-medium heat. Whisk in the flour and allow to cook for about a minute or two, while whisking.
|
<p>Make sure to scoop up both drippings and fat when gathering the pan juices. All are important!</p>
|
||||||
2. Pour in 1/2 cup of the pan juices and whisk until it forms a paste. Add remaining liquid in 1/2 cup increments, whisking in between, until the gravy is smooth.
|
</Admonition>
|
||||||
3. Allow to simmer over medium heat until thickened. Take off heat, stir in worcestershire sauce and season with salt and pepper (if needed). The gravy will continue to thicken as it cools.
|
</TabItem>
|
||||||
```
|
|
||||||
|
|
||||||
Roast Turkey recipe: https://recipes.whitney.rip/docs/meat/garlic-herb-butter-roast-turkey
|
<TabItem value="instructions" label="Instructions">
|
||||||
|
1. Melt the butter in a small pot over low-medium heat. Whisk in the flour and allow to cook for about a minute or two, while whisking.
|
||||||
|
2. Pour in 1/2 cup of the pan juices and whisk until it forms a paste. Add remaining liquid in 1/2 cup increments, whisking in between, until the gravy is smooth.
|
||||||
|
3. Allow to simmer over medium heat until thickened. Take off heat, stir in worcestershire sauce and season with salt and pepper (if needed). The gravy will continue to thicken as it cools.
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
### Notes
|
<TabItem value="references" label="References">
|
||||||
Make sure to scoop up both drippings and fat when gathering the pan juices. All are important!
|
https://cafedelites.com/turkey-gravy/
|
||||||
|
</TabItem>
|
||||||

|
</Tabs>
|
||||||
|
|
||||||
### References
|
|
||||||
https://cafedelites.com/turkey-gravy/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user