Details
-
Improvement
-
Resolution: Fixed
-
Major
-
9.24.0
-
None
-
None
-
Unknown
-
Description
In Confluence the Note macro is defined as an adf extension.
Would it be possible to include support for it so that it is properly converted at import?
At the moment the storage format is as follows:
<p>Default</p><ac:adf-extension><ac:adf-node type="panel"><ac:adf-attribute key="panel-type">note</ac:adf-attribute><ac:adf-content> <p>This is a note (woaw) 😯</p></ac:adf-content></ac:adf-node><ac:adf-fallback> <div class="panel conf-macro output-block" style="background-color: rgb(234,230,255);border-color: rgb(153,141,217);border-width: 1.0px;"> <div class="panelContent" style="background-color: rgb(234,230,255);"> <p>This is a note (woaw) 😯</p> </div></div></ac:adf-fallback></ac:adf-extension>
and the result of the import is the following:
DefaultnoteThis is a note (woaw) 😯(% class="panel conf-macro output-block" style="background-color: rgb(234,230,255);border-color: rgb(153,141,217);border-width: 1.0px;" %) ((( (% class="panelContent" style="background-color: rgb(234,230,255);" %) ((( This is a note (woaw) 😯 ))) )))