Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/content/changelog/fundamentals/2025-10-01-md-returned.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Return markdown
description: Users can now retrieve markdown, rather than HTML, from Cloudflare documentation
products:
- fundamentals
date: 2025-10-01
---

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.

`curl https://developers.cloudflare.com/workers/ -H 'Accept: text/markdown' -v`

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).
Loading