> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-hello-world-quickstart-48843.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Markdown 导出

> 快速获取页面的 Markdown 版本

export const PreviewButton = ({children, href}) => {
  return <a href={href} className="text-sm font-medium text-white dark:!text-zinc-950 bg-zinc-900 hover:bg-zinc-700 dark:bg-zinc-100 hover:dark:bg-zinc-300 rounded-full px-3.5 py-1.5 not-prose">
        {children}
      </a>;
};

与HTML相比，Markdown提供了更结构化的文本，AI工具可以更高效地处理，从而带来更高的响应准确性、更快的处理速度以及更低的token使用量。

Mintlify会自动生成针对AI工具和外部集成优化的页面Markdown版本。

<div id="md-url-extension">
  ## .md URL 后缀
</div>

在任意页面的 URL 后添加 `.md`，即可查看其 Markdown 版本。

<PreviewButton href="https://mintlify.com/docs/ai/markdown-export.md">以 Markdown 打开此页面</PreviewButton>

<div id="keyboard-shortcut">
  ## 键盘快捷键
</div>

按下 <kbd>Command</kbd> + <kbd>C</kbd>（Windows 上为 <kbd>Ctrl</kbd> + <kbd>C</kbd>）即可将页面以 Markdown 复制到剪贴板。
