How To Use & Features
Markdown Exporter & Importer for Confluence comes with a rich set of features for both importing markdown to Confluence and exporting Confluence pages to markdown.

This app provides two-way conversion between markdown and Confluence:
Import markdown files to Confluence — single files, multiple files, or ZIP archives without a fixed limit:
- Navigate to any Confluence page (page-level) or open from the global Apps menu (global access)
- Select "Markdown Importer & Exporter"
- Choose single file, multiple files, or upload a
.zip archive containing markdown, folders, and assets
- Configure options as needed
- Click "Import"
The files will be imported in the order they were selected. Large batches may take longer depending on Confluence API limits.
For detailed import instructions, see the Importing Markdown to Confluence guide.
- Upload a single
.zip containing your markdown files
- Folder structure is preserved as a Confluence page hierarchy
- Local images and other attachments are uploaded automatically
Preview your markdown files before importing:

- Select your markdown file(s)
- Click "Preview" instead of "Import"
- Review how the content will look in Confluence
- Make any necessary adjustments
- Click "Import" when ready
- Local images are uploaded as Confluence attachments
- Remote images can be fetched and stored in Confluence
- Image references are updated automatically
- Files referenced in markdown are uploaded as attachments
- Links to attachments are updated to point to Confluence
- Preserve your folder structure during import
- Each folder becomes a parent page with child pages mirroring subfolders
- Works with both multi-file selection and ZIP uploads
- Page-level access: open from a page’s ••• menu to import under that page
- Global access: open from the global Apps menu and target any space
- Admins can run imports across all spaces from global access
Code blocks are supported with syntax highlighting:
function hello() {
console.log("Hello, world!");
}
Markdown tables are converted to Confluence tables:
| Feature | Description |
| ------- | ----------------------------------- |
| Tables | Full table support with alignment |
| Code | Syntax highlighting for code blocks |
| Images | Automatic image upload and linking |
Convert markdown task lists to Confluence checkboxes:
- Backup First: Always backup your Confluence pages before importing
- Test Small: Test with a small set of files first
- Check Links: Verify internal links after import
- Review Media: Ensure all images and attachments are properly imported
- Update References: Update any external references to the new pages
If you encounter any issues:
- Check the Known Issues page
- Verify your markdown syntax
- Ensure all referenced files are accessible
- Check your Confluence permissions
- Contact support if needed