diff --git a/src/content/docs/zh-tw/guides/migrate-to-astro/index.mdx b/src/content/docs/zh-tw/guides/migrate-to-astro/index.mdx index 7166c68f3ee6d..da4099ff0aa9d 100644 --- a/src/content/docs/zh-tw/guides/migrate-to-astro/index.mdx +++ b/src/content/docs/zh-tw/guides/migrate-to-astro/index.mdx @@ -27,7 +27,7 @@ Astro 提供了許多好處:性能、簡單性,以及許多你想要的功 - 使用你現有的 [CSS 樣式或函式庫](/zh-tw/guides/styling/) 包括 Tailwind。 -- 使用你現有的 [Markdown/MDX 檔案](/zh-tw/guides/markdown-content/),用 [remark 和 rehype 套件](/zh-tw/guides/markdown-content/#markdown-plugins)進行設定。 +- 使用你現有的 [Markdown/MDX 檔案](/zh-tw/guides/markdown-content/),搭配支援外掛且[可設定的 Markdown 處理器](/zh-tw/guides/markdown-content/#markdown-plugins)。 - 透過整合或 API 取得[來自 CMS 的內容](/zh-tw/guides/cms/)。