Cloudflare Fundamentals – Return markdown

Cloudflare Fundamentals – 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. curl https://developers.cloudflare.com/workers/ -H 'Accept: text/markdown' -v If…