Skip to content

Commit f5ef21d

Browse files
TownLakekodster28
andauthored
return markdown to changelog (#25565)
* changelog draft * Update src/content/changelog/fundamentals/2025-10-01-md-returned.mdx --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent 1e260f3 commit f5ef21d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Return markdown
3+
description: Users can now retrieve markdown, rather than HTML, from Cloudflare documentation
4+
products:
5+
- fundamentals
6+
date: 2025-10-01
7+
---
8+
9+
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.
10+
11+
```sh
12+
curl https://developers.cloudflare.com/workers/ -H 'Accept: text/markdown' -v
13+
```
14+
15+
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)