You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I have seen add-ons for Confluence to allow MarkDown to work in Confluence. What I haven't seen is any way to export or otherwise transform existing Confluence content (tables) into MarkDown format.
Does anyone know of a way to export from confluence to MarkDown format?
Or even something that would take a PDF exported from Confluence and turn it into MarkDown? I found this http://pdf2md.morethan.io/ but it doesn't handle tables very well.
Any guidance would be appreciated. Thank you.
Mark
Hi Mark,
I found some discussions on this below that might help you:
This one that was mentioned uses Pandoc, if you're not familiar with it. It seems promising but I don't have any experience with it personally:
I hope this helps!
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The last link to the npm repo should be to the source repo in GitHub.
I tried it today and it works. Requires installing Pandoc.
The only issue I have that in order to build a proper static site, it is better to have a proper folder structure. Confluence HTML export puts all HTML files to one folder and the Markdown structure will be the same, so it is an unsolved issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same issue, so created an online converter for confluence HTML.
https://metamug.com/util/confluence-to-markdown/
You can download the converted markdown file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Deepak Mishra Hi, the link seems not working anymore. I stumbled over the converter a while ago and found it very helpful. Is there an updated link you can provide? Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use this one from time to time:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone,
If you are looking to export pages from Confluence to Markdown, please try our app:
Markdown Exporter for Confluence
The app supports exporting tables as well as code block. You can install it on both Confluence Cloud and Server versions(as the question is tagged server).
Regards,
Parva
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We've just released an addon for exporting Confluence pages to Markdown and includes support for transforming Confluence tables into Markdown tables:
Please don't hesitate to contact us if you have any questions or suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dom Christie solution is great as a very elegant and portable solution. I then added a small plugin to support specifics of Confluence. Hope this helps.
https://github.com/guyplusplus/turndown-plugin-confluence-to-gfm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.