Convert Markdown to Confluence Cloud (ADF) with Mermaid diagram support
3.8K
Convert Markdown files to Atlassian Document Format (ADF) and publish directly to Confluence Cloud.
docker run --rm -v "$(pwd):/workspace" fmnapoli/md2confl --input doc.md
docker run --rm -v "$(pwd):/workspace" -e CONFLUENCE_URL="https://site.atlassian.net" -e CONFLUENCE_EMAIL="[email protected]" -e CONFLUENCE_TOKEN="your-api-token" fmnapoli/md2confl --input doc.md --publish --space DEVOPS --title "My Page"
Mermaid blocks are automatically rendered to SVG — no extra setup needed:
docker run --rm -v "$(pwd):/workspace" -e CONFLUENCE_URL="https://site.atlassian.net" -e CONFLUENCE_EMAIL="[email protected]" -e CONFLUENCE_TOKEN="your-api-token" fmnapoli/md2confl --input doc.md --publish --space DEVOPS --title "My Page"
linux/amd64linux/arm64Content type
Image
Digest
sha256:65f4a6447…
Size
518.5 MB
Last updated
about 1 month ago
docker pull fmnapoli/md2confl