From 72e902e496395c6c6243cfbd2540f150c5b95f9f Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Fri, 11 Jul 2025 11:23:10 -0700 Subject: [PATCH] fix ingredients --- recipes/docs/vietnamese/pho.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/docs/vietnamese/pho.mdx b/recipes/docs/vietnamese/pho.mdx index 35e1222..f4bb760 100644 --- a/recipes/docs/vietnamese/pho.mdx +++ b/recipes/docs/vietnamese/pho.mdx @@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem'; ## Ingredients - ### Broth: + ```text title="Broth" 2 lbs beef bones (knuckle, marrow, or oxtail) 1 lb beef brisket (chuck as substitute) 1 onion, halved and charred @@ -33,8 +33,9 @@ import TabItem from '@theme/TabItem'; 2 tbsp fish sauce 1 tbsp sugar Salt to taste + ``` - ### Serving: + ```text title="Serving" 1 lb rice noodles (banh pho) 1/2 lb beef sirloin, thinly sliced 1/2 cup bean sprouts @@ -44,6 +45,7 @@ import TabItem from '@theme/TabItem'; 2 limes, cut into wedges 2 jalapeƱos, thinly sliced Hoisin sauce and Sriracha for serving + ```