This article explains how to migrate content from the HTML Elements Server app to HTML for Confluence Cloud app in the Server/ Data Center and then migrate to the cloud.
Instructions
Log in to the Confluence instance.
Navigate to the page where the change will be made.
Click the "Edit" button or select the "Edit" option from the page to enter edit mode.
Open source editor / Click source editor option
Change
ac:name="block"
toac:name="html-bobswift"
in the source editor.Replace the text body as mentioned below
Code Block <ac:rich-text-body> <p>test-element</p> </ac:rich-text-body></ac:structured-macro>
with this:Code Block <ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:plain-text-body><![CDATA[test-bobswift]]></ac:plain-text-body> </ac:structured-macro>
Publish the page.
Perform HTML Confluence app migration. Please refer to Pre-migration process for HTML macro, Migration from server to cloud
Verify the below GIF which contains the steps to edit the storage editor as mentioned in Step # 6
Note:
Info |
---|
|