What I'm trying to achieve is to upload a Confluence page content that contains code examples, and I'd like these code examples to use the {code} macro plugin t
I try to create a Confluence page with Python by: from atlassian import Confluence def writeConfluencePage(confluenceBaseUrl,parentId,user,password):