Skip to content

Commit 04d0a7a

Browse files
committed
add markdown export page
1 parent 3a92d3f commit 04d0a7a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ai/markdown-export.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Markdown export"
3+
description: "Quickly get Markdown versions of pages"
4+
icon: "file-text"
5+
---
6+
7+
import { PreviewButton } from "/snippets/previewbutton.jsx"
8+
9+
Markdown provides structured text that AI tools can process more efficiently than HTML, which results in better response accuracy, faster processing times, and lower token usage.
10+
11+
Mintlify automatically generates Markdown versions of pages that are optimized for AI tools and external integrations.
12+
13+
## .md URL extension
14+
15+
Add `.md` to any page's URL to view a Markdown version.
16+
17+
<PreviewButton href="https://mintlify.com/docs/ai/markdown-export.md">Open this page as Markdown</PreviewButton>
18+
19+
## Keyboard shortcut
20+
21+
Press <kbd>Command</kbd> + <kbd>C</kbd> (<kbd>Ctrl</kbd> + <kbd>C</kbd> on Windows) to copy a page as Markdown to yourclipboard.

0 commit comments

Comments
 (0)