Skip to content

Commit d7c08c8

Browse files
committed
changelog draft
1 parent 883ef94 commit d7c08c8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
`curl https://developers.cloudflare.com/workers/ -H 'Accept: text/markdown' -v`
12+
13+
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)