diff --git a/examples/with-mdx/.vscode/extensions.json b/examples/with-mdx/.vscode/extensions.json
index 83f84bb61..bedff53ba 100644
--- a/examples/with-mdx/.vscode/extensions.json
+++ b/examples/with-mdx/.vscode/extensions.json
@@ -1,7 +1,4 @@
{
- "recommendations": [
- "astro-build.astro-vscode",
- "silvenon.mdx"
- ],
+ "recommendations": ["astro-build.astro-vscode", "silvenon.mdx"],
"unwantedRecommendations": []
}
diff --git a/examples/with-mdx/src/pages/index.mdx b/examples/with-mdx/src/pages/index.mdx
index cedcac1dd..36cde1e95 100644
--- a/examples/with-mdx/src/pages/index.mdx
+++ b/examples/with-mdx/src/pages/index.mdx
@@ -14,6 +14,4 @@ Written by: {new Intl.ListFormat('en').format(authors.map(d => d.name))}.
Published on: {new Intl.DateTimeFormat('en', {dateStyle: 'long'}).format(published)}.
-
- ## This is a counter!
-
+## This is a counter!