Update turkey gravy using tab template

This commit is contained in:
Jake Runyan 2024-06-18 19:22:38 -07:00
parent 3e539c4544
commit 1676f54948

View File

@ -2,32 +2,40 @@
sidebar_position: 2
---
import Admonition from '@theme/Admonition'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Turkey Gravy
:::info
This stuff is amazing... and full of fat...
:::
<Tabs>
<TabItem value="photos" label="Photos" default>
A great gravy recipe for Thanksgiving dinner!
![img alt](@site/docs/meat/static/turkey-gravy.png)
</TabItem>
```mdx title="Ingredients"
2 1/4 - 2 1/2 cups pan juices (top up with chicken stock if needed)
1/4 cup butter
1/4 cup flour
1 teaspoon worcestershire sauce
Kosher salt and freshly ground pepper (if needed)
```
<TabItem value="ingredients" label="Ingredients">
```text title="Turkey Gravy "
2 1/4 - 2 1/2 cups pan juices (top up with chicken stock if needed)
1/4 cup butter
1/4 cup flour
1 teaspoon worcestershire sauce
Kosher salt and freshly ground pepper (if needed)
```
```md title="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.
```
<Admonition type="info" title="Use it All">
<p>Make sure to scoop up both drippings and fat when gathering the pan juices. All are important!</p>
</Admonition>
</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
Make sure to scoop up both drippings and fat when gathering the pan juices. All are important!
![img alt](@site/docs/meat/static/turkey-gravy.png)
### References
https://cafedelites.com/turkey-gravy/
<TabItem value="references" label="References">
https://cafedelites.com/turkey-gravy/
</TabItem>
</Tabs>