Files
mintlify__docs/zh/ai/markdown-export.mdx
locadex-agent[bot] bbb1a08ed3 docs(locadex): update translations (#1778)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-11-14 14:44:09 -08:00

26 lines
980 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Markdown 导出"
description: "快速获取页面的 Markdown 版本,便于 AI 工具和 integrations 使用。"
keywords: ["markdown", "token 效率", "AI 处理"]
---
import { PreviewButton } from "/snippets/previewbutton.jsx"
与 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 格式复制到剪贴板。