How To Use & Features
Markdown Importer for Confluence comes with a rich set of features to make your documentation migration smooth and efficient.

Import multiple markdown files at once:
- Navigate to any Confluence page
- Click the ••• (More actions) menu
- Select "Markdown Importer"
- Choose multiple files (up to 50)
- Click "Import"
The files will be imported in the order they were selected.
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 automatically uploaded to Confluence
- Remote images are downloaded 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
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:
- [x] Completed task
- [ ] Pending task
- [ ] Another task
- Backup First: Always backup your Confluence pages before bulk imports
- 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