There are 5 updates, 1 comment.
 
 
Confluence / cid:jira-generated-image-avatar-7ac02333-3cb8-4878-91f1-c7e2767f807e CONFLUENCE-25 Closed

Links without ac:anchor are not imported

 
View issue   ·   Add comment
 

5 updates

 
cid:jira-generated-image-avatar-1b23a599-fbe6-4ee0-be06-e0f80a66f34d Changes by Raphaël Jakse on 12/Jun/25 07:51
 
Fix Version: 9.69.0
Description: {code :java }
<p> Some <ac:link><ac:plain-text-link-body><![ CDATA[ label]] ></ac:plain-text-link-body></ac:link> content.
</p> {code}

become

{code :java }
Some content
{code}
Assignee: Raphaël Jakse
Resolution: Fixed
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-1b23a599-fbe6-4ee0-be06-e0f80a66f34d Raphaël Jakse on 12/Jun/25 07:53
 

This was fixed by CONFLUENCE-358, that content is now translated to the following

Some [[label>>doc:WebHome]] content.