Skip to content
Cloudflare Docs

Changelog

New updates and improvements at Cloudflare.

Subscribe to RSS
View all RSS feeds

hero image

Return markdown

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.

Terminal window
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.