This article will explain how to migrate the content from the HTML Elements Server app to HTML for the Confluence Cloud app.
Steps:
Log in to the Confluence instance.
Navigate to the page where you want to make the change.
Click the "Edit" button or select the "Edit" option from the page to enter edit mode.
Open source editor /Click source editor option
Change the
ac:name="block"
toac:name="html-bobswift"
in the source editor.Replace the text body as mentioned below
<ac:rich-text-body> <p>test-element</p> </ac:rich-text-body></ac:structured-macro>
with this:
<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 Pre-migration process for HTML macro, Migration from server to cloud
Refer the GIF
Note:
HTML for Confluence app does not support the rich text format.