diff --git a/content/solana-memory-layout/solana-memory-layout.md b/content/solana-memory-layout/solana-memory-layout.md
index 1c5ce38..46f101b 100644
--- a/content/solana-memory-layout/solana-memory-layout.md
+++ b/content/solana-memory-layout/solana-memory-layout.md
@@ -310,9 +310,7 @@ function_b:
The animation below illustrates these steps:
-
+
Running the above code produces the trace below:
@@ -343,9 +341,7 @@ point to a new stack frame at `0x200003000`
The animation below explains the above steps:
-
+
In the next part of this article, we’ll further demonstrate how to read and write the instruction inputs to memory by writing simple raw assembly programs that directly inspect memory contents.