iamjackg / md2cf

Convert and upload Markdown documents to Confluence
MIT License
91 stars 49 forks source link

Image attachments don't work when using confluence.update_page() #109

Closed mistune closed 10 months ago

mistune commented 11 months ago

But works when using md2cf from the command line. Here is the output from the update_page function

image

iamjackg commented 10 months ago

update_page only updates the page content, not the attachments. Those have to be uploaded separately using create_attachment or update_attachment.