This issue has been created
There are 4 updates.
 
 
Confluence / cid:jira-generated-image-avatar-e9056e89-5271-4e4c-adbd-9aa597972702 CONFLUENCE-525 Closed

Convert paste-code-macro to code

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-bb0ae1a2-fb87-44b7-995d-5bfca7c6e246 Raphaël Jakse created this issue on 04/Jun/26 08:39
 
Summary: Convert paste-code-macro to code
Issue Type: cid:jira-generated-image-avatar-e9056e89-5271-4e4c-adbd-9aa597972702 New Feature
Affects Versions: 9.94.2
Assignee: Unassigned
Components: XML
Created: 04/Jun/26 08:39
Priority: cid:jira-generated-image-static-major-87966672-8c56-4b1e-a50d-c92335f3de61 Major
Reporter: Raphaël Jakse
Description:

This needs to be converted to the native code macro:

<ac:structured-macro ac:name="paste-code-macro" ac:schema-version="1" ac:macro-id="80282b94-f043-49dd-becd-a1c2b1202964"><ac:parameter ac:name="title">Hello World Example</ac:parameter><ac:parameter ac:name="language">java</ac:parameter><ac:plain-text-body><![CDATA[class Simple{
    public static void main(String args[]){
        System.out.println("Hello World !");
    }
}]] ></ac:plain-text-body></ac:structured-macro>

 

 
 

4 updates

 
cid:jira-generated-image-avatar-bb0ae1a2-fb87-44b7-995d-5bfca7c6e246 Changes by Raphaël Jakse on 04/Jun/26 08:39
 
Fix Version: 9.94.3
Assignee: Raphaël Jakse
Resolution: Fixed
Status: Open Closed