Hi,
I want to display some data in a hierarchical reference format in confluence. To elaborate on hierarchical reference i mean user should be able to follow through by selecting a section which then expands the references beneath. Also knows as progressive disclosures tabs sometimes. Maybe expand macro is the one which I need if i can nest it further.
A quick example :
> Module_A
> Module_B
> Module_C
Module_A when expanded can display whats underneath :
>Module_A1
>Module_A2 ...
Module_A1 when expanded can have more information underneath :
>Module_A1_a1
>Module_A1_a2
Module_A2 when expanded can have more information underneath :
>Module_A2_a1
>Module_A2_a2
Similarly Module_B and Module_C can have such information too.
So I want to know whether I can put in some format that is needed by confluence to display above data . I can generate on the unix side using python or perl or whatever language I find comfortable with.
So I want to know whether this is doable or not ?
I found code block macro as well which i thought can be used but it looks like its just for displaying bare code in confluence. It does not translate to a specific data format I need. Correct me if i am wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.