ClaudeCloudflare Developer PlatformJul 10, 2026, 12:00 AM

Workers AI - Plain text output for Markdown Conversion

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

claudeen

Workers AI - Plain text output for Markdown Conversion Summary

Key Points

  • Point 1: Changelog New updates and improvements at Cloudflare.
  • Point 2: Subscribe to RSS View RSS feeds ← Back to all posts Plain text output for Markdown Conversion Jul 10, 2026 Workers AI The Markdown Conversion service now supports a new output conv
  • Point 3: Set output.format to text to receive plain text with Markdown syntax removed.

Summary

This is an English summary of "Workers AI - Plain text output for Markdown Conversion" published on 2026-07-10.

Key Points

  • Point 1: Changelog New updates and improvements at Cloudflare.
  • Point 2: Subscribe to RSS View RSS feeds ← Back to all posts Plain text output for Markdown Conversion Jul 10, 2026 Workers AI The Markdown Conversion service now supports a new output conv
  • Point 3: Set output.format to text to receive plain text with Markdown syntax removed.

Full Translation

Translations

A translation section that keeps the flow of the original article.

claudeja

Workers AI - Plain text output for Markdown Conversion(原文タイトル)

概要

公開日: 2026-07-10 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts Plain text output for Markdown Conversion Jul 10, 2026 Workers AI The Markdown Conversion service now supports a new output conversion option that controls the format of the converted content. Set output.format to text to receive plain text with Markdown syntax removed. The default value is markdown , so existing conversions are unchanged. Use the env.AI binding: JavaScript TypeScript JavaScript await env . AI . toMarkdown ( { name : "page.html" , blob : new Blob ([ html ]) }, { conversionOptions : { output : { format : "text" }, }, }, ) ; TypeScript await env . AI . toMarkdown ( { name : "page.html" , blob : new Blob ([ html ]) }, { conversionOptions : { output : { format : "text" }, }, }, ) ; Or call the REST API: Terminal window curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/ai/tomarkdown \ -H 'Authorization: Bearer {API_TOKEN}' \ -F 'files=@index.html' \ -F 'conversionOptions={"output": {"format": "text"}}' When you request text output, the format field of each result is set to text . For more details, refer to Conversion Options . Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No