diff --git a/organize/pages.mdx b/organize/pages.mdx index d828bf7e0..8c8e7c280 100644 --- a/organize/pages.mdx +++ b/organize/pages.mdx @@ -4,7 +4,7 @@ description: "Configure page metadata, titles, and frontmatter properties." keywords: ["tags", "tag", "frontmatter", "metadata", "layout"] --- -Each page is a Markdown file. You can use either `.mdx` or `.md` file types for your pages. We recommend MDX, which combines Markdown with React components for rich, interactive documentation. Plain Markdown (`.md`) can expedite migration from other platforms, but switching to MDX enables more features. +Each page is a Markdown file. You can use either `.mdx` or `.md` file types for your pages. MDX is recommended, as it combines Markdown with React components for rich, interactive documentation. Plain Markdown (`.md`) can expedite migration from other platforms, but switching to MDX enables more features. ## Page metadata