.md URL 后缀
.md,即可查看其 Markdown 版本。
Accept 标头
Accept: text/markdown 或 Accept: text/plain 的请求,即可接收 Markdown 版本而非 HTML。这对于以编程方式获取文档内容的 AI 工具和 integrations 非常有用。
快速获取页面的 Markdown 版本,便于 AI 工具和 integrations 使用。
.md,即可查看其 Markdown 版本。
Accept: text/markdown 或 Accept: text/plain 的请求,即可接收 Markdown 版本而非 HTML。这对于以编程方式获取文档内容的 AI 工具和 integrations 非常有用。
curl -H "Accept: text/markdown" https://mintlify.com/docs/ai/markdown-export
此页面对您有帮助吗?