diff --git a/docs/docs-roadmap/style-guide.md b/docs/docs-roadmap/style-guide.md
index cffd4830b3d..ef8c236c785 100644
--- a/docs/docs-roadmap/style-guide.md
+++ b/docs/docs-roadmap/style-guide.md
@@ -263,7 +263,7 @@ import TabItem from '@theme/TabItem';
Note how we import tabs first, then use them as below:
-```jsx
+```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
@@ -278,7 +278,7 @@ import TabItem from '@theme/TabItem';
This is an apple 🍎
This is an orange 🍊
This is a banana 🍌
-;
+
```
```mdx-code-block