I try to use an uploaded image (attachment) in an confluence flowchart marco. From the documentation i know that the engine is searching on the filesystem for the images (Html links are not supported). But whatever i try nothing is working. So my question is, what does the relativ path from the marco engine to my attachments must look?
https://graphviz.org/docs/attrs/image/
https://stackoverflow.com/questions/8073115/how-do-i-get-dot-to-display-an-image-for-a-node
FlowChart example:
Test [ image="download/attachments/242450837/logo.png" label=""]
Test2 [ image="attachments/242450837/logo.png" label=""]
Test2 [ image="242450837/logo.png" label=""]
Test4 [ image="logo.png" label=""]
Have you tried removing space between "[" and "image"? -> "[image...." ?
That make no difference
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.