Documentation Index
Fetch the complete documentation index at: https://docs.yamuno.com/llms.txt
Use this file to discover all available pages before exploring further.
Export Pages
Markdown Exporter for Confluence supports three export scopes: single page, page tree, and full space. All multi-page exports are bundled into a ZIP archive that mirrors your Confluence page hierarchy.Single Page Export
Export one Confluence page as a standalone.md file.
Steps:
- Navigate to the page you want to export
- Click the ••• (More actions) menu → Export to Markdown
- Confirm the scope is Single Page
- Optionally configure front matter and filename pattern
- Click Preview to inspect the output
- Click Export and download your
.mdfile
- Full page content converted to Markdown
- All text formatting (bold, italic, headings, code, tables, lists)
- Images referenced from Confluence (as absolute Confluence URLs)
- Optionally: YAML front matter, custom filename
Page Tree Export
Export a parent page and any selection of its child pages as a structured ZIP. Steps:- Navigate to the parent page
- Click ••• → Export to Markdown
- The full page tree loads automatically
- Check/uncheck pages to include or exclude
- Use in-tree search to find specific pages by title
- Configure options (front matter, Obsidian mode, filename pattern, attachments)
- Click Export and download the ZIP
Space Export
Export an entire Confluence space with all its pages and attachments. Steps:- Open the exporter from the global Apps menu (Confluence top navigation → Apps → Markdown Exporter)
- Select the target space from the space picker
- All pages in the space load in the tree
- Select all or filter down to what you need
- Configure export options
- Click Export — large spaces may take a moment to process
- Download the complete ZIP archive
Output Format
File structure
The ZIP mirrors your Confluence hierarchy as nested folders. Parent pages generate anindex.md at the folder root, children become sibling files:
Attachments
When Include attachments is enabled, each page’s attachments are placed in a subfolder next to the page file, and all image/file references in the Markdown are updated to relative paths:Architecture.md:
Markdown formatting
The exporter preserves all standard Confluence content:- Headings, bold, italic, strikethrough, inline code
- Ordered/unordered/task lists and nested lists
- Tables with alignment
- Fenced code blocks with language labels
- Blockquotes
- Info/warning/note panels converted to blockquotes
- Images and file links
