Markdown
Markdown to YAML
Convert a Markdown bullet list into YAML data.
How it works
- 1Write a nested “- key: value” bullet list.
- 2It is converted to YAML.
- 3Copy or download the YAML.
Use cases
- Draft a config as a simple list.
- Turn notes into YAML data.
- Prototype settings.
Frequently asked questions
What input format?
A Markdown bullet list; lines like “- key: value” become mappings, indentation creates nesting.
Lists too?
Yes. Plain “- value” items become YAML sequences.
Is it private?
Yes. The conversion runs entirely in your browser; nothing is uploaded.
Read the guide
How to convert Markdown to YAML
Represent a Markdown document as YAML — the human-friendly data format behind front matter and config — and know when YAML is the right target.
Related tools
See all →Markdown Editor
A fast, free online Markdown editor with live side-by-side preview.
Live Markdown Preview
Paste Markdown and see it rendered live, side by side, as you edit.
Split View Markdown Editor
A two-pane Markdown editor with the source and live preview side by side.
Fullscreen Markdown Editor
An immersive, full-window Markdown editor with live preview.