Markdown multi-format file export | AI SDK Agents | AI SDK Agents
Markdown multi-format file export
Split markdown on top-level
#
headings and dowload structured content in multiple file formats.
Input
Markdown and optional source URL for JSON exports.
Source URL
Markdown
# Introduction This is sample content under the first section. # Features - Parse markdown into **sections** by H1 heading - Export to JSON, CSV, Markdown, HTML, PDF, or plain text # Notes Use a source URL for your own tracking; it is included in JSON export.
Output
Export structured content in multiple formats.
Download Markdown as:
JSON
CSV
MD (parsed)
MD (source)
HTML
PDF
Text
Parsed sections
Section
Content
Introduction
This is sample content under the first section.
Features
Parse markdown into sections by H1 headingExport to JSON, CSV, Markdown, HTML, PDF, or plain text
Notes
Use a source URL for your own tracking; it is included in JSON export.