Skip to content

Commit 89846a3

Browse files
authored
Update src/content/changelog/fundamentals/2025-10-01-md-returned.mdx
1 parent d7c08c8 commit 89846a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/changelog/fundamentals/2025-10-01-md-returned.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ date: 2025-10-01
88

99
Users can now specify that they want to retrieve Cloudflare documentation as markdown rather than the previous HTML default. This can significantly reduce token consumption when used alongside Large Language Model (LLM) tools.
1010

11-
`curl https://developers.cloudflare.com/workers/ -H 'Accept: text/markdown' -v`
11+
```sh
12+
curl https://developers.cloudflare.com/workers/ -H 'Accept: text/markdown' -v
13+
```
1214

1315
If you maintain your own site and want to adopt this practice using Cloudflare Workers for your own users you can follow the example [here](https://github.com/cloudflare/cloudflare-docs/pull/25493).

0 commit comments

Comments
 (0)