> ## Documentation Index
> Fetch the complete documentation index at: https://omer-914cc1c6.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 工具和外部 integrations 的页面 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 格式复制到剪贴板。
