📃

YAML 转 Markdown 转换器

粘贴 YAML 数据(对象数组或映射),即时获得 Markdown 表格。免费,100% 基于浏览器。

YAMLMarkdown
Markdown Output

How to Convert YAML to Markdown

  1. Paste tab: Paste your YAML content directly.
  2. File upload: Upload a .yaml or .yml file.
  3. Edit tab: Type or edit YAML with live Markdown preview.
  4. Click Convert and copy or download the Markdown output.

Why Convert YAML to Markdown?

YAML is widely used for configuration files, API responses, and data exports. Converting YAML to a Markdown table makes it easy to present structured data in documentation, GitHub READMEs, Notion pages, and wikis — without manual formatting.

Features

  • Array of objects → Markdown table with header row
  • Single mapping → two-column key/value table
  • Handles nested values by converting to strings
  • Supports .yaml and .yml file upload
  • 100% browser-based — no data leaves your device

Example

YAML input:

- name: Alice
  role: Engineer
  country: US
- name: Bob
  role: Designer
  country: UK

Markdown output:

| name  | role     | country |
| ----- | -------- | ------- |
| Alice | Engineer | US      |
| Bob   | Designer | UK      |

相关工具