Update ramen egg using tab template

This commit is contained in:
Jake Runyan 2024-06-18 22:20:53 -07:00
parent 1d3cdc56d6
commit 589dbde73d

View File

@ -2,13 +2,21 @@
sidebar_position: 2
---
import Admonition from '@theme/Admonition'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Ajitsuke Tamago (Ramen Egg)
:::info
You can use as many eggs as possible, so long as there is enough space in the marinating container for the eggs to be completely covered.
:::
<Tabs>
<TabItem value="photos" label="Photos" default>
Great on any kind of ramen!
```mdx title="Ingredients"
![img alt](@site/docs/japanese/static/ajitsuke-tamago.png)
</TabItem>
<TabItem value="ingredients" label="Ingredients">
```text title="Ajitsuke Tamago (Ramen Egg)"
Eggs
2 tablespoons white vinegar
¼ cup soy sauce
@ -16,7 +24,12 @@ Eggs
1 teaspoon brown sugar
```
```md title="Instructions"
<Admonition type="info" title="Tight Fit">
<p>Make sure to find a bowl that can just barely fit all the eggs together, the sauce has to cover all of them.</p>
</Admonition>
</TabItem>
<TabItem value="instructions" label="Instructions">
1. Bring a pot of enough water to cover the eggs to a boil once added.
2. Place saucepan over high heat and add vinegar to help with peeling. Bring to a boil.
3. Prick a hole in the wide end of each egg (helps with shape and peeling).
@ -26,13 +39,13 @@ Eggs
7. Peel shells and lower into the marinade.
8. Chill 1-4 (or more) hours.
9. When serving, remove from marinade and cut in half.
```
### Notes
If some eggs don't peel right, cook them a bit more and make egg salad!
<Admonition type="info" title="To Age or Not to Age">
<p>Depending on how long you age these, they'll get really salty. A few days is a good middle ground, after that you can take the eggs out and store seperately.</p>
</Admonition>
</TabItem>
![img alt](@site/docs/japanese/static/ajitsuke-tamago.png)
### References
<TabItem value="references" label="References">
https://www.aspicyperspective.com/easy-ramen-egg-recipe-ajitsuke-tamago/
</TabItem>
</Tabs>